set up servers easily https://t.co/2wxT0yOgu3
Author: John Hardy
React Hook Form
Performant, flexible and extensible forms with easy-to-use validation.
Why finite state machines?
A good introduction to finite state machines in user interfaces and the robot FSM framework.
The Mental Gymnasticsof Service Worker
An interactive service worker tutorial
Svelte: rethinking reactivity
This talk happened back in April but if you haven’t seen it then I would highly recommend it. It’s easily the most important front-end talk of 2019
“Modern JavaScript frameworks are all about reactivity. Change your application’s state, and the view updates automatically. But there’s a catch — tracking state changes at runtime adds overhead that eats into your bundle size and performance budgets. In this talk, we’ll discover an alternative approach: moving reactivity into the language itself. Your apps have never been smaller or faster than they’re about to become.”
Trimmings
Trimmings is a zero-configuration Javascript library that adds a layer of smooth and fast in-page interaction to your web pages. All you have to do is add some hints to the HTML you already have.
This project follows in the footsteps of libraries like Turbolinks and Stimulus.
Adobe open sources it’s design system
Using react context effectively
Moving Forth
Multi-part article on implementing Forth on various processor architectures (including the Z80)
Forth in Python
A neat demonstration of the Forth programming language implemented in Python.