DEV Community

User12v0
User12v0

Posted on

Making posts in react using json data

Hello! I`m new on react and i want to make a website where i can make some post on landing page. I want to add new posts (an image, a tittle, and some description) when I add a post, it appears on the landing page. And when someone clicks this post to have his page that will have more description for him. Only the person who has the site can add new posts while for others it will be hidden. Can I do something like that using json data in react js. Without using the database

Top comments (0)