article
Building your Django and React project using Django Webpack Loader and Webpack Bundle Tracker
Renato Vieira • Feb 9, 2022
When we start a monorepo project using Django and React, we face a dilemma on h…
article
Integrating Formik and Redux: complex forms made easy
David Pierre • Jun 30, 2020
If you are a React developer you have probably had some rough times dealing wi…
article
React Hooks and how to adopt
João Paulo Siqueira Lins • Feb 28, 2020
Hooks was a new addition to React that came in version 16.8. It was an new exci…
article
Testing your React components (part 2)
Victor Ferraz • May 21, 2019
Disclaimer: due to the amount of information, this article is divided into thre…
article
Testing your React components (part 1)
Victor Ferraz • Oct 31, 2018
Testing your project is an important way to assure your (and your team's) trust…
article
Our styled-components learning experience
Arimatea Neto • Oct 15, 2018
First of all, let’s understand what styled-components is. It is a CSS in JS sty…
article
Unit testing React Components with Jest
André Ericson • Jan 31, 2017
Jest is a JavaScript testing framework, it's fast and has an awesome snapshot t…
← Back to Blog