Tip: You can inspect the custom elements using chrome devtools. Source
maps are enabled hence you can even see source code of these components
in action
(more…)
Read more »
Many people use Webpack
because it's
popular. create-react-app
makes it even easier. But what if you prefer zero configuration?
How minimal can your configuration for a React app get? This post
contains my two favorite recipes for prototyping... (more…)
Read more »
TinaCMS is a powerful editing toolkit for React-based apps. With this tutorial, learn how to integrate the CMS to Next.js and leverage its main features. (more…)
Read more »
The ability to update content in real-time can make the difference between a good and bad user experience. Imagine having to reload your browser to see if the person you are chatting with has sent a… (more…)
Read more »