Safely use 'dangerouslySetInnerHTML' in your React applications
A detailed probing into the common use cases, associated risks, mitigation and best practices, and a mini tutorial of React's dangerouslySetInnerHTML
Sep 10, 202311 min read276

Search for a command to run...

Series
In this series, I'll write about React, and other related tools and technologies to learn and master frontend development skills.
A detailed probing into the common use cases, associated risks, mitigation and best practices, and a mini tutorial of React's dangerouslySetInnerHTML

A deep dive into the workings of React's Virtual DOM and how React revolutionized UI rendering and updates by leveraging its power.

Learn to install, use, and customize React Toastify to improve the toast notifications experience of your React app.

Understand Context and Reducer in React, why they are needed and how to use them.
