News

Front-end architecture evolution The activity around JavaScript’s front-end architecture has created some of the most interesting code work I’ve ever witnessed.
Looping, conditionals, and logging. Looping can be finicky in some front-end contexts (like JSX for React).Here’s a looping example in Hyperscript:. for x in [1, 2, 3] index i log i, "is", x end ...