I need guide with next.js for building real world web apps
Unanswered
Mini Lop posted this in #help-forum
Mini LopOP
For background I have just finished with the next.js dashboard tutorial. It has demystified what I didn't know about real world projects but still there are other things I want to know. Projects I see myself developing based on my location are projects that will involve posting blog posts or products.
Starting with the blog post projects: For example you want to create a web app that will be used by an organisation that will post a blog on some event. Based on this the web app will need logging in perhaps in a hidden route that will provide the way to post. And the front end will be un interrupted. Now I want to know how all you do it. I think its easier to make the post just as another page in next.js but this requires the one posting to be a developer. 1. How do you implement this? I think it would involve something like edit-invoice-page in the dashboard tutorial. where the info can be entered, I think this is the way to go as the text can be stored in the database. now the worry is on photos. If the blog post would be accompanied by a photo. How will this photo be stored in the database also? or more directly 2. how do you handle this case ? Using CMSes perhaps - honestly I don't know anything about CMSes. But how about when the blog posts will need photos some where between paragraphs and not every blog post has same number of photos 3. how do you handle this? 4. How is it possible to use a good content editor like https://hashnode.com editor on the blog site or anything equivalent WYSIWYG editor like that of substack or medium that allow embeddings. In general how to keep rich content with media. This can also be useful in shop web apps for products I'm going to ask for. Then with products web apps like for a shop. I like the way https://vercel.com/templates/next.js/ is built. There are alot of web starters and taking each of them as a product. clicking them they redirect to a page with content. How can this be stored in the database.
Starting with the blog post projects: For example you want to create a web app that will be used by an organisation that will post a blog on some event. Based on this the web app will need logging in perhaps in a hidden route that will provide the way to post. And the front end will be un interrupted. Now I want to know how all you do it. I think its easier to make the post just as another page in next.js but this requires the one posting to be a developer. 1. How do you implement this? I think it would involve something like edit-invoice-page in the dashboard tutorial. where the info can be entered, I think this is the way to go as the text can be stored in the database. now the worry is on photos. If the blog post would be accompanied by a photo. How will this photo be stored in the database also? or more directly 2. how do you handle this case ? Using CMSes perhaps - honestly I don't know anything about CMSes. But how about when the blog posts will need photos some where between paragraphs and not every blog post has same number of photos 3. how do you handle this? 4. How is it possible to use a good content editor like https://hashnode.com editor on the blog site or anything equivalent WYSIWYG editor like that of substack or medium that allow embeddings. In general how to keep rich content with media. This can also be useful in shop web apps for products I'm going to ask for. Then with products web apps like for a shop. I like the way https://vercel.com/templates/next.js/ is built. There are alot of web starters and taking each of them as a product. clicking them they redirect to a page with content. How can this be stored in the database.