Under the Hood
From developing an editor to storing data in a database and fetching data on the website in these 3 steps we can build our own blogging platform.
Here are the steps -
01
Editor — Develop an editor to write your content. You can use Editorjs, Draftjs or even the UI libraries such as Material UI, and Mantine dev they provide Rich text editors.
02
Database — You can use Firebase, Supabase or even mongo DB to store the data. The data stored can be of any type it can be JSON, Raw data or HTML file or text.
03
Preview — Last part is to fetch the data and show it. You can use the same Rich text editor or even markdown extension or simply render an HTML file to preview the content.
Conclusion
That’s for today, until next time, have a good day, people.
Keep developing
Shrey
iHateReading