How to render Notion pages content in React apps | Make your site content dynamic
I was looking for a way to make my site content dynamic by using the Notion as a CMS (Content Management System), and I finally found one.
Oct 13, 20214 min read1.3K

Search for a command to run...
Articles tagged with #reactjs
I was looking for a way to make my site content dynamic by using the Notion as a CMS (Content Management System), and I finally found one.

I came up with this File/Folder structure for React & Redux projects after trying multiple ways.

Let's summarize multiple ways of using React useState hook in our projects.

Are you bored waiting CRA to create your project and development server to start spinning? Let's see what Vite can do for us.
