Hooks vs Classes a few months later

๐Ÿ“– tl;dr: Hooks have simplified a lot of UI code for many users. But what's the maintainers perspective on them? Do they lead to less time spent answering support questions?…

When should I use preact compat?

๐Ÿ“– tl;dr: Use preact/compat when you are including third-party libraries in your project that were originally written for React. What's the difference between preact and preact/compat? That's a great and…