SaaSHub helps you find the best software and product alternatives Learn more →
Html-react-parser Alternatives
Similar projects and alternatives to html-react-parser
-
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
DOMPurify
DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:
-
-
-
imparse
Parser generator that can be used to quickly and succinctly define a parser definition, and to deploy an automatically-generated implementations thereof in multiple languages and on multiple platforms.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
bbob
⚡️Blazing fast js bbcode parser, that transforms and parses bbcode to AST and transform it to HTML, React, Vue with plugin support in pure javascript, no dependencies
-
remarkable
Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
-
html-react-parser discussion
html-react-parser reviews and mentions
-
how to inject custom js/css/html code that is fetched from an API into nextjs app?
using libraries like html-react-parser but it did not work see: https://github.com/remarkablemark/html-react-parser/discussions/1015
-
Alternatives to dangerouslySetInnerHTML
I was thinking about some sanitization library but found this: https://github.com/remarkablemark/html-react-parser which i have reviewed to deeply yet.
-
Displaying WYSIWYG editor's output with React
I'm glad I could help! Please be careful though and check the FAQ section of the library. It says that it does not sanitize and it's not XSS safe. This is the issue where they explain: https://github.com/remarkablemark/html-react-parser/issues/94
-
react-icons, custom components and JSON rendering
I then switched to html-react-parser, but same result.
-
How to Render HTML string in a React component ?
by using dangerouslySetInnerHTML, entire html in the string is preserved. Other alternative would be to use a html-react-parser library.
-
A Walkthrough of Updating My Portfolio Site with Netlify Functions and the Dev.to API
However, when I insert the body_html field into my JSX map, it's just displaying a string with a bunch html tags in it. One quick google showed me html-react-parser and after the easiest install and application, my blogs are loading beautifully with pictures and links. All I had to add was the import (import parse from 'html-react-parser';) and a couple lines to my blogList map:
-
A note from our sponsor - SaaSHub
www.saashub.com | 1 Sep 2025
Stats
remarkablemark/html-react-parser is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of html-react-parser is TypeScript.
Popular Comparisons
- html-react-parser VS node-csvtojson
- html-react-parser VS texthighlighter
- html-react-parser VS imparse
- html-react-parser VS Portfolio2.0
- html-react-parser VS DOMPurify
- html-react-parser VS wishyouwerehere
- html-react-parser VS bbob
- html-react-parser VS remarkable
- html-react-parser VS dom-to-image
- html-react-parser VS react-icons