I am thinking of removing our dependency on draft-js by marked
Reasons:
- Marked is light weight & fast than draft-js
- low-level compiler for parsing markdown without caching or blocking for long periods of time
- Easy to use.
- Can modify it as per our needs. This is complex in draft-js.
- Have more downloads than draft-js.
- Used by Atom text editor for it's markdown preview.
We can easily integrate it with Reactjs.
Resources
I am thinking of removing our dependency on draft-js by marked
Reasons:
We can easily integrate it with Reactjs.
Resources