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.
Tag: react components
A UI library can help kickstart your React app or web dev project. Learn about 9 popular React UI component libraries and when to use them.
Learn how to create truly responsive React components that adapt to different UI environments by using the handy react-textfit library.
When's a good time to create reusable React components? Learn three key indicators for when they're needed, and three popular uses cases.
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.
Understand the best ways to style React components. We compare regular CSS with preprocessors like Sass and CSS-in-JS libraries.
Craig Buckler examines the proposed class fields feature of JavaScript, which aim to deliver simpler constructors with private and static members.
Are you an Angular dev looking to get started with React? If so, then join Mark Brown for a guided tour of the differences and similarities between the two.
Eric Greene of the Microsoft Developer Network teaches the fundamentals of working with data in React apps.
Pavels Jelisejevs introduces React Storybook, demonstrating how it aids collaboration and eases the pain of maintaining the UI components in your projects.
In this quick tip Bruno Mota demonstrates creates a reusable video component with React, using react-hot-boilerplate to jump start his dev environment.