Render JSON data as a blog in Next.js #2528
Unanswered
bojjakaseenadhreddy
asked this question in
Q&A
Replies: 2 comments 1 reply
-
try editorjs-html that I found in github(https://github.com/pavittarx/editorjs-html) |
Beta Was this translation helpful? Give feedback.
1 reply
-
you can use a render package such as editorjs-html that can be best for render and view in any language |
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
-
I am planning to build a blog using Editor.js and Next.js
I was able to store the blocks data in the Database as JSON format.
My question here is, how to display the JSON data in the UI for the users to display as a blog?
I have tried
readOnly
flag, that seems not good. see below image.How I can render this JSON data to make it more user friendly.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions