Rafael Quintanilha Rafael Quintanilha is a frontend engineer focused on developing intuitive and accessible interfaces with React. You can read Rafael's articles on rafaelquintanilha.com, a blog where he talks about technology, web development, mathematics, and whatever comes to his mind.

Stories by Rafael Quintanilha

How to incrementally migrate a Gatsby app to TypeScript

Dev

Migrating to TypeScript can be a painful process, but doing so incrementally can make it easier – learn how in this complete guide.

Rafael Quintanilha
Jul 27, 2022 ⋅ 6 min read
Converting Jupyter Notebooks into Blog Posts with Gatsby

Converting Jupyter Notebooks into blog posts with Gatsby

Dev

You can convert Jupyter Notebooks into HTML documents to easily host and share on the web. See how to automate the process with Gatsby.

Rafael Quintanilha
Oct 5, 2020 ⋅ 5 min read
The Post-Hooks Guide To React Call Order

The post-Hooks guide to React call order

Dev

Writing Hooks requires a shift in mindset from writing traditional class-based components. Start by learning the React call order post-Hooks.

Rafael Quintanilha
Jun 3, 2020 ⋅ 7 min read
A picture of the Gatsby logo.

Fixing Gatsby’s rehydration issue

Dev

This tutorial shows you how to avoid running into problems in Gatsby when using server side rendering by overcoming the rehydration issue.

Rafael Quintanilha
Mar 20, 2020 ⋅ 6 min read
A tutorial for writing semantic tests with React testing library.

Semantic tests with react-testing-library

Dev

This tutorial shows you how to use the React Testing Library API to write better tests for you and your team.

Rafael Quintanilha
Feb 21, 2020 ⋅ 6 min read