DEV Community

dreambeyondit
dreambeyondit

Posted on

How to make a post editor in React

Hello. I'm building a simple react web app like hashnode. But I have no idea how to make a post editor. As we already use at hashnode, the editor can highlight any code regarding relevant syntax.

import React from "react"

import React from "react"

Could you suggest some libraries or articles?

Top comments (0)