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.