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! https://t.co/cwiWzkeHKF ✨
"Less is more" lib of the day:
Hyperapp - whole mini framework with elm-like state management and VDOM in ~1kB.
Check it out: https://t.co/quPinyDHV7
@hyperappjs#webdev
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!
neat trick for use with @hyperappJS. let a Proxy generate element functions for you. no safety, just swag.
try it yourself here: https://t.co/HuCMGmdycQ
@florinpop17 A couple weeks ago launched https://t.co/8bkdG5NjL7 with @kenkarma using Hyperapp and NestJS to enable entrepreneurs and marketers to embed a video on their sites @TryVideoDonut
Is @hyperappJS going to take out React's leadership thanks to its improved performance? Learn about it in "Hyperapp – Is It the Lightweight 'React Killer'?" by @areknawo https://t.co/30CGEQV75E #100DaysOfCode#reactjs#javascript
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.
https://t.co/d2IVpPpPDY
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 💁♂️
https://t.co/TXIbsEWD8M
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 💁♂️
https://t.co/TXIbsEWD8M
@jorgebucaran @hyperappJS@zaceno Thanks for your kind feedback. I guess this means I can call top-level actions from components. New to Hyperapp and trying to connect dots.
@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?