Adding push notifications to a React Native app is easy using Firebase Cloud Messaging and the React Native Firebase package.
Learn how you can create an accessible Menubar component with React that adheres to the WAI-ARIA design pattern for a menubar widget.
FileReader
API to preview images in ReactThe FileReader API can be tricky to use, but it provides a handy feature that allows users to preview images before uploading to a React app.
We’ll base our custom React frontend on the Substrate Frontend Template, forking it and customizing it by extending the template with some specific UI elements.
useReducer
Hooks into web workersWhen a resource is loading, users can’t perform actions like clicking, selecting, or dragging elements. web workers help us to solve this problem.
Deploy a containerized React application to Kubernetes with minikube and kubectlin in this handy, step-by-step guide.
A new routing library called React Location includes some neat features that make life easier for React developers.
Generate custom email action links in Firebase to customize the verification and authentication emails automatically sent to users.
Build your own custom alert message component to display errors, information, and success messages to your users.
Learn why and how to implement a proxy server with Create React App to secure and organize your next React app.
TinyBase is a new state management library that provides a structured, SQL-like approach to data manipulation and uses no dependencies.
useEffect
Hook with lifecycle methodsLearn about lifecycle methods in React and how we can use the useEffect Hook to use lifecycle methods in functional components.