Best Way to Handle Rich Text Input in a NextJS app?
I'm a developer working on an app connecting university/college graduates with job opportunities at startups, and as such the startups need to be able to input rich text for their "company page" and each individual job post - ensuring they're formatted properly and not just huge blocks of text.
What I'm essentially after is a rudimentary version of Medium's blogging inputs. I'm currently testing it with React Slate, but has anyone used anything else that they'd recommend, or another approach entirely? Thanks
What I'm essentially after is a rudimentary version of Medium's blogging inputs. I'm currently testing it with React Slate, but has anyone used anything else that they'd recommend, or another approach entirely? Thanks