How to Test React Components Using Jest
By Jack Franklin,
Need to test your React components? Check out Jest, a testing framework by Facebook with some great features that make testing React components a breeze.
By Jack Franklin,
Need to test your React components? Check out Jest, a testing framework by Facebook with some great features that make testing React components a breeze.
By Pavels Jelisejevs,
Learn how to generate a new React project with the command-line tool Create React App, using a pre-configured webpack build for development.
By Wern Ancheta,
Wern Ancheta introduces React Native, covering what React Native is, how to get started, what Expo is, how to set up a dev environment, and how to create an app with React Native.
By Jack Franklin,
Jack Franklin lays out a set of tips and best practices for creating and organizing React applications in a scalable way.
By Jack Franklin,
Jack Franklin takes a look at higher-order components, a design pattern that helps keep your React applications tidy, well structured and easy to maintain.
By Nilson Jacques,
Learn the basics of using forms in React: how to allow users to add or edit info, and how to work with input controls, validation, and 3rd-party libraries.
By Camilo Reyes,
With dev tools and libraries in the React ecosystem forever growing, Camilo provides a list of essential React tools for you to focus on.
By Nirmalya Ghosh,
Nirmalya Ghosh shows you how to use Firebase's real-time database features, coupled with Create React App, to build a basic Reddit clone with live voting.
By Michael Wanyoike,
React Hooks is a revolutionary feature that will simplify your code, making it easy to read, maintain, test in isolation and re-use in your projects.
By Michael Wanyoike,
Michael Wanyoike introduces the fundamentals of React, showing how to get started with Create React App and how to create a simple React app.
By Michael Wanyoike,
Michael Wanyoike walks you through building a full-stack JavaScript CRUD contact list application, using Node, FeathersJS and MongoDB for the back-end API.
By Maria Antonietta Perna,
Gatsby is the Jamstack king, with power, plugins, and community. Our guide will help you get started with Gatsby's basic use case — a static site generator.
By Praveen Kumar, Michael Wanyoike,
Learn how to create an iOS-inspired toggle switch using React components, building a simple demo React App for using this custom toggle switch component.
By Michael Wanyoike,
React offers in-built features that could help you replace Redux. With React Hooks and the Context API, developers have greater choice. Learn more.
By Praveen Kumar,
Understand the best ways to style React components. We compare regular CSS with preprocessors like Sass and CSS-in-JS libraries like styled-components.
By Joe Previte,
It can be tricky to work with React and TypeScript and find the right answers, so we've put together the best practices and examples to clear your doubts.