A good introduction to writing a custom hook. The result is useful as well.
https://nick.scialli.me/writing-a-custom-react-usedebounce-hook-with-typescript/
Month: August 2019
Using native JavaScript modules in person today
Modern HTML Explained For Dinosaurs
An up-to-date article on HTML https://medium.com/actualize-network/modern-html-explained-for-dinosaurs-65e56af2981
And another one here: http://fastwebstart.com/modern-html-tutorial/
Lazy loading images BBC design
https://medium.com/bbc-design-engineering/native-lazy-loading-has-arrived-c37a165d70a5
Final Form Docs – Getting Started
Forms for react but is also framework agnostic. From the surgery of Redux forms
https://final-form.org/docs/react-final-form/getting-started
When should you be using Web Workers? — DasSur.ma
Why you should be trying to take CPU intensive tasks of the main thread and into a web worker.
Developing Without a Build (2): es-dev-server – DEV Community 👩💻👨💻
es-dev-server looks interesting
Developing without a build step
https://dev.to/open-wc/developing-without-a-build-2-es-dev-server-1cf5
More capable forms
Developing Without a Build (1): Introduction – DEV Community 👩💻👨💻
https://dev.to/open-wc/developing-without-a-build-1-introduction-26ao
You don’t really need a build system. Vanilla js