Cookies are a common way to store and retrieve data on the client side in web applications. In this article, we go through some examples of setting and using cookies in React, including how to create, read, update and delete cookies, as well as handling cookie consent using a cookie bar.
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.
Integrate biometric authentication in a TypeScript-powered Next.js application using the SimpleWebAuthn package. Part 2 demonstrates adding biometric authentication to our app.