Using a headless CMS with React Blog

added by JavaScript Kicks
12/18/2019 8:10:26 AM

437 Views

I would like to build a blog on my personal React website, but I have some questions. Where do I store the images and content for each post? How do I store the content? Sure, I could hardcode each post, upload the images to a CDN and manually link to it, but would that be able to scale to 100 posts?


0 comments