Scaffolding a complete React app with GraphQL

Let us imagine that by writing a handful of GraphQL queries, it would be possible to build a fully functional React… Read more

Similar

Using IndexedDB with React (and Hooks)

If you're new in React and you want to build an app with IndexedDB as your database, you're on the right page. In this article, we'll be looking at building a very small application which will add and remove items from an IndexedDB database, and upda... (more…)

Read more »

React Without Build Tools

First off: this is mostly a reference for myself. I find myself quite often needing to prototype something really quick, sometimes even build an “MVP” of something I can put out into the world for feedback. Using a framework like React can make doing that... (more…)

Read more »