|
via Udemy |
Go to Course: https://www.udemy.com/course/complete-strapi-course-to-create-cms-in-an-easy-way/
Why use Strapi?Strapi is an open-source, Node js-based Headless CMS that saves developers a lot of time while allowing them to use their preferred tools and frameworks. Strapi also allows content editors to automate the delivery of content (text, photos, video, and so on) across all devices.Why React?React js is an open-source JavaScript package that is used to create single-page apps user interfaces. For web and mobile apps, it's utilized to manage the view layer. We can also make reusable UI components with React. Jordan Walke, a Facebook software engineer, was the first to create React. In 2011, React was launched on Facebook's newsfeed, followed by Instagram in 2012.Developers may use React to build massive web applications that can alter data without reloading the page. React's major goal is to be quick, scalable, and easy to use. It only works on the application's user interfaces. This relates to the MVC template's view. It could be you.In this course, we will walk you throughDeploy Strapi to HerokuLearn CRUD operation by making a Strapi todo appAdd the todos collection in localhost StrapiPrepare the APIs in the React AppRead the todosCreate todoDelete a specific todoAdd styles to the todo appDetect whether the input element is clicked or notSet the edit mode and non edit modeCreate the update function