skip to Main Content

An example of a blogpost
Example of Blog post

2

Answers


  1. you could use libraries like CKEditor, and Quill for advanced editors where you could add some images, and code snippets. and send the value of that editor to your server.

    but you might like react-markdown if you don’t like editors.

    Login or Signup to reply.
  2. If you want to use pure React, you might want to use something like Create React App, or Vite + React. You can pull in a Markdown library like react-markdown to parse blog posts.

    I would also recommend using something like Astro (https://astro.build/), which can parse markdown and React natively.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search