The Double Encoded VNode

📖 tl;dr: I've received a few messages asking about how to debug an issue the past days, so I thought I'd be a good idea to write down my thinking…

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…