Replies: 1 comment
-
I suppose one idea is to use the: readOnly: true, in Editor.js - is anyone doing that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a recommended / supported renderer for React?
I want to take the Editor.js generated JSON data and display it nicely in in a React web app. (HTML5)
I've looked at a couple, but they haven't had any updates in 3 years:
https://www.npmjs.com/package/editorjs-blocks-react-renderer
https://www.npmjs.com/package/editorjs-react-renderer
They also both use html-react-parser, which in turn has 4 dependencies, which in turn have sub-dependencies ~ 15 altogether.
I really like that Editor.js has no dependencies. Would like to see a renderer that achieves that as well.
This one is newer, but has hardly any downloads: (and still has multiple dependencies)
https://www.npmjs.com/package/@mobtakr/editorjs-parser
Beta Was this translation helpful? Give feedback.
All reactions