For a new project I’m working on, I’ve chosen Preact to handle the frontend. Preact is a Fast 3kB alternative to React with the same ES6 API. So far I’m very happy with choosing Preact but that’s a story for a different blog post. Having never worked with ES6 before, choosing Preact also introduced me to cool new functions/concepts like fetch()
and Promise
. But web development wouldn’t be web development without browser support issues now would it?
Continue Reading…
Tag Archives: JavaScript
Switching tabs in WordPress editor not working
One of my clients reported my an issue today that switching tabs in their editor stopped working, we’re talking about the “Visual” and “Text” tabs here. Continue Reading…