Go home
Animating React Components Using React Transition Group
Learn how to trigger animations during the mounting and unmounting stages of your React components.
Posted 31 January, 2020
An Introduction to React's Context API
In this article, you will learn how to use React’s Context API which allows you to manage global application states in your React apps without resorting to props drilling.
Posted 13 January, 2020
Avoiding Unnecessary Markup with React Fragments
Avoid unnecessary markup in your React code using React Fragments.
Posted 06 January, 2020
Building a Blog with Gatsby - 2
This is the second part of the Building A Blog with Gatsby series. Let's go🚀
Posted 10 December, 2019
Getting started with react-redux-firebase
React-redux-firebase provides Redux bindings for Firebase, making it much simpler to use Firebase with Redux and React.
Posted 24 April, 2020
Building a Blog with Gatsby - 1
In this article, I'll walk you through the steps of building a very simple blog with Gatsby.Let's Go 🔥🚀
Posted 30 November, 2019
Handling user authentication with Firebase in your React apps
Learn how to add user authentication to your React apps using Firebase, allowing for both Google authentication and email/password sign-in.
Posted 05 March, 2020
React-cool-portal: What it is and how to use it
React-cool-portal adds a Hooks-based abstraction over React portals, allowing you to write less code more cleanly.
Posted 08 May, 2020
The future of Reach Router and React Router
Changes are coming to the React Router API. Read up on what to expect and how to prepare.
Posted 03 April, 2020
Building a Blog with Gatsby - 3
This is the third and final section of the building a blog with Gatsby series. Let's go🔥🚀.