
A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
React Draft Wysiwyg is an advanced WYSIWYG editor built with ReactJS and DraftJS, designed to cater to developers looking for a versatile and customizable text editing solution. With its rich set of features, it empowers users to create visually appealing content with ease, whether for web pages, blogs, or other applications. The combination of user-friendly design and extensive functionality makes it a great choice for both novice and seasoned developers.
This editor not only allows for standard text formatting but also includes advanced features such as support for emojis, mentions, and hashtags, making it a robust tool for modern web applications. The ability to configure the toolbar and customize various settings adds to its appeal, setting it apart from other editors on the market.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.