DraftJS is good and is one of the best React frameworks to create rich text editors. We removed it because it didn't fit our product.
After running multiple tests, we realised developers in the community were happy using plain <textarea> with basic markdown support than WYSIWYG editors. Also, we wanted to keep things simple and straightforward in this new Hashnode.
If we have enough time, we might open source the DraftJS editor that we built.
Thanks for answering Syed Fazle Rahman, open sourcing the previous editor sounds really great :). Looking forward to it if it fits your team's time frame.
Syed Fazle Rahman
Building Bug0, an AI-native E2E testing platform for modern apps - co-founder & ceo @ Hashnode
DraftJS is good and is one of the best React frameworks to create rich text editors. We removed it because it didn't fit our product.
After running multiple tests, we realised developers in the community were happy using plain
<textarea>with basic markdown support than WYSIWYG editors. Also, we wanted to keep things simple and straightforward in this new Hashnode.If we have enough time, we might open source the DraftJS editor that we built.