SVG is an excellent way to develop scalable and responsive visuals. This article introduces SVGs and different methods of using them in a React application.
This article covers what React objects are, how to create and render objects in React, object mutation and its best practices, destructuring objects, updating objects, and the use of event handlers with objects in React.
Review the basics of building forms with React and see a few examples of how to handle common scenarios, including validation, errors and loading indicators.
Context, in React, is a powerful tool that allows us to share data between components without having to pass props down every level of a component tree. In this article, we explore a few different use cases where Context can be best used to simplify code and improve developer experience.