We're moving to Discord! 💬🎉
Whaaat... why? Unlimited chat history, so all of our questions, answers, rants, code examples, discussions, and yada yada yada will not just suddenly vanish every now and then. Plus syntax highlighting~! 💯
Join us! discord.gg/47Pu8WCj ✨
Just tried SCSS/SASS for the first time and I love it!
I'm trying to cut down on the long build/config steps of my projects, so using something like SCSS and @hyperappJS will keep the happiness without the headache!
A couple weeks ago launched videodonut.com with @kenkarma using Hyperapp and NestJS to enable entrepreneurs and marketers to embed a video on their sites @TryVideoDonut
What I like about @hyperappJS is its simplicity, and its message that with very little you can already achieve very much. You don’t have to use a sledgehammer to crack a nut. With Hyperapp you just take a little hammer to get the job done. Still better than using your bare fist.
Ever wonder what making an app with @hyperappJS might be like? This video series takes you from “hello world” to full #todomvc, with some practical tricks and thoughts on code structure along the way.
zaceno.github.io/codealong-h…
Hey! Check out @zaceno's JSX-like view builder for Hyperapp.
Hyperlit lets you declare your Hyperapp views in an HTML-like fashion, similar to JSX without a build step. 💖🎨
#javascript#jsx#hyperapp 💁♂️
github.com/zaceno/hyperlit
@jorgebucaran, what do you recommend, or how is state
management done for large @hyperappJS applications? React has Redux and Context Api. what are the equvalent for Hypperapp?