An Introduction to Testing React with Jest
Recently I have been learning Facebook’s React library for a four week thesis project that I am doing at Hack Reactor Remote. One of the… (more…)
Read more »
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… Read more