Strapi is a Javascript-based headless CMS that helps you build and manage the backend of your project with ease while allowing you to use whatever technology you want on the frontend. It works really well with Next.js, a modern React framework that provides hybrid static and server rendering, Typescript support, and file-system routing, among other features.
This is a companion discussion topic for the original entry at https://strapi.io/blog/creating-a-recipe-book-with-strapi
1 Like
The article would have been even better if the author had created a user interface for adding recipes + uploading an image.
I see a trend in articles that are about creating strapi driven applications. That you ignore creating interfaces to administer records. In this case, the recipe.
Anyone can create a strapi backend and retrieve data from it. It’s not difficult. Personally, I think that one should not have to be in the actual strapi admin more than necessary. You create a user interface where you administer the application’s content.
1 Like
Awesome…perhaps you can create and publish the tutorial you’re suggesting??
1 Like
I will do that when things has calm down at work. I will extend the simple recipe sample with a user interface for frontend users.
1 Like
Thanks ,u pointed out the very thing i was annoyed about