Strapi.js Crash Course | Headless CMS

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024
  • In this video we will look at the Strapi headless CMS and create a REST API with JWT authentication all from the admin area of Strapi
    Strapi Website:
    strapi.io
    💖 Become a Patron: Show support & get perks!
    / traversymedia
    Website & Udemy Course Links:
    www.traversyme...
    Follow Traversy Media:
    / traversymedia
    / traversymedia
    / traversymedia

Комментарии • 488

  • @TraversyMedia
    @TraversyMedia  4 года назад +445

    Just think of the code you would have to write just for a REST API with relationships, JWT authentication, roles, error handling and so much more. We do it all here from a GUI. There are pros and cons to using a CMS vs custom code, but Strapi is also easy to customize if needed. Awesome technology. And no this is not sponsored, it is just something I think is amazing

    • @anirudhagandhare6294
      @anirudhagandhare6294 4 года назад +11

      That is something i was Searching for 😅

    • @codewithhanoak
      @codewithhanoak 4 года назад +1

      Nice.

    • @_Monimal
      @_Monimal 4 года назад +4

      That is very awesome piece of software and a good way to create simple REST APIs also for Frontend-Developers :)
      Thank you for your good videos!!

    • @khandoor7228
      @khandoor7228 4 года назад +2

      I found Strapi about 2 weeks ago and love it. Great timing from you Brad I was going to spend this weekend doing a deep dive. Thanks!

    • @kirin9991
      @kirin9991 4 года назад

      legend

  • @markofreethrow8474
    @markofreethrow8474 4 года назад +139

    Apart from being an amazing teacher - eloquent, down-to-earth and comprehensive without being overwhelming, I am constantly impressed by your choices of pieces of technology that you decide to present. Constantly building up relevant and up to date skills. Keep it going man!

  • @JackSparrah
    @JackSparrah 4 года назад +29

    I love how whenever I'm researching some new technology and want to learn more about it, Brad already has a crash course video made, and it's always at the top of the search results and happens to be fairly recent too. This has happened a few times now, but it still amazes me every time. Thank you Brad!!

  • @eduriseworld
    @eduriseworld 4 года назад +163

    Coming up with Technologies we have never heard of. Wow.

    • @thakurbhanupratap2613
      @thakurbhanupratap2613 4 года назад +4

      That's what we love about Traversy Media

    • @TraversyMedia
      @TraversyMedia  4 года назад +53

      This is one of the coolest things I have come across lately. What we did in this video from the GUI, would take hours to code from scratch.

    • @eduriseworld
      @eduriseworld 4 года назад +6

      @@TraversyMedia I can totally relate. Things are getting so simpler these days. I remember in 2017 when I was learning CSS by myself no body told me about Bootstrap and I ended up creating the complete Navbar with dropdown with pure HTML and CSS. I put in more than 10 hours to do that. As I was pretty new to programming.

    • @universal4334
      @universal4334 4 года назад +2

      @@eduriseworld now I am in the same position where you had in 2017 ....just recently I heard all these things like WordPress , wordflow ......and myself raising questions, why to code from scratch rather than using wordflow , wordpress ....could you please let me know why to code rather than using these ....

    • @akhilthakur251
      @akhilthakur251 4 года назад +2

      @@universal4334 see it's depends on project to project. WordPress will give you certain level of customization. But if you are at intial stage of your career I would recommend start from scratch.It will help you to understand the core concepts. In WordPress try to create post type with plugin kind of stuff you can learn.

  • @aswadali7547
    @aswadali7547 4 года назад +12

    Oh my god! How is this even possible? Just a few days ago I searched your channel for a tutorial on Strapi and just now you released that very tutorial, you definitely have a secret technique up your sleeves. Sir Brad, you are the best.

  • @muhammadayub1929
    @muhammadayub1929 4 года назад +21

    This video just released at the perfect time as I recently began working with Strapi at work to create RESP API's!

    • @vkray
      @vkray 4 года назад

      Suhaib Ayub Good choice. I’ve been working on Strapi from last 3 months.

  • @ryanpeterson9562
    @ryanpeterson9562 2 года назад +6

    Brad, your courses helped get me a job last year and your videos are helping me help push the agency I work for forward. Thanks for all of your work, I'm happy to buy any course you put out in the future.

  • @arslanali774
    @arslanali774 Год назад +1

    whenever i want to quick start a technology, i come to this channel and i get the required knowledge to get started with it. thanks man.

  • @exactzero
    @exactzero 4 года назад +17

    Perfect timing. I've actually recently just deployed a web app with Strapi to handle the backend and content management. It was a breeze to set up. Saved me a lot of time and allowed me to focus on the frontend (React).

    • @exactzero
      @exactzero 4 года назад

      @Reynaldo Once you're done developing, make sure to set the proper server configurations under the config/environments/production. Push your changes to Github then pull your Strapi app from your server, run npm install and then npm start. You can also use PM2 to keep your Strapi server alive and restart automatically if it crashes or your system reboots.
      Check out the official documentation for a proper deployment guide: strapi.io/documentation/3.0.0-beta.x/getting-started/deployment.html#deployment

    • @exactzero
      @exactzero 4 года назад

      @neil u Yes, you can certainly use Strapi. Strapi is just a GUI way of setting up your API which can be consumed by any client such as a web apps or mobile apps.

  • @davidnichol4735
    @davidnichol4735 4 года назад +22

    I just finished up building my first MERN CRUD API, and now I never have to suffer through that again.
    These are happy tears.
    Edit: Build a project with react!!

    • @vkray
      @vkray 4 года назад

      Nice job. Mongodb is using less in real-time projects. Try to learn Postgres. Mongodb sucks for relationships.

    • @OzzyTheGiant
      @OzzyTheGiant 4 года назад +2

      Haha, you shouldn't have to feel that way when building an API. It's honestly not that hard, just takes some experience and getting used to. After a while, you'll know how to build routes, set up and configure the database, create the queries needed for your app, and convert them to JSON, not just for Node.js but for any programming language.

  • @andrewbrstein
    @andrewbrstein 4 года назад +2

    You do not know how much I love the fact that you just uploaded this. I literally only watch your tutorials and walkthroughs over anyone else. Great work my friend! 🙏

  • @christophsinging
    @christophsinging 3 года назад +1

    About a week now I dive into frontend development and headless cms. As a wordpress coder everything I have learned in this time so far is an enlightenment, also this introduction to strapi headless cms. My excitement grows more and more watching so clearly presented tutorials. Thanks a lot! :-)

  • @M4CARBINE556
    @M4CARBINE556 2 года назад +6

    Great video Brad! This is exactly what I was looking for. I'm a new freelance web developer and this is a great way to add backend functionality to sites for clients without having to write tones of code every time. I'd love to see a video on connecting Strapi to a React app.

  • @pioleonardo
    @pioleonardo 2 года назад +1

    I am a Stimulsoft Reports developer and I decided to try learning Strapi and choose Brad Traversy video to learn from it. Thanks Brad. You are awesome!

  • @pixchcn3773
    @pixchcn3773 4 года назад +3

    Amazing timing! Just earlier today I added "learn headless CMS, like Strapi" to my agenda, and BAM!! Travis is coming out with a tutorial the SAME DAY!! lol

    • @AccessCode101
      @AccessCode101 4 года назад +1

      Same here. I actually learned a little bit from the documentation first, last month. But failed miserably at getting data to my front end.

  • @patricktobias4232
    @patricktobias4232 4 года назад +1

    Been using this framework for the past few months now and the experience is really great! You get to deploy features really fast due to the vast features you can use.

  • @ameetshrestha6424
    @ameetshrestha6424 4 года назад +1

    Strapi surely is amazing. It has been a couple of days since I started learning Strapi. I was relying on its documentation and was searching for a latest tutorial video for this headless CMS. And then notification popped up from your channel for this crash course. More than a happy. Thank you so much. Keep up your good work.

  • @DanielScottFilms
    @DanielScottFilms 2 года назад +1

    Just booted up my very first install of Strapi and I instanstantly knew this is going to be a huge tool for my workflow. Thanks for sharing!

  • @bharathravi7820
    @bharathravi7820 4 года назад +1

    I had been behind Strapi right after the alpha version released. It's so much joy that the product is finally getting the space it deserves. I hope this will inspire many to try it out, amazing work by you like always! Thanks!

    • @jatinkukreja18
      @jatinkukreja18 4 года назад

      Bharath Ravi Hey did you find any success in deploying it on a live site?

  • @paulhitchmough
    @paulhitchmough 2 года назад +2

    *Strapi Version 4*
    For anyone watching this video, you may be surprised by the differences between Version 3 used in this video, and Version 4 that would be installed if you followed this guide.
    Amazing guide still, and enough to help a seasoned coder understand Strapi and its strengths, but it took quite a bit of looking through the Documentation to work out where certain things were, and how to access other features.

    • @keithrussel
      @keithrussel Год назад

      I'm having a hard time to install the version 4. After the installation the admin page resulting in a blank page only.

  • @chriscarton4728
    @chriscarton4728 4 года назад +6

    For those who struggle with the ROLES & PERMISSIONS plugin, it's now located at SETTINGS->USERS & PERMISSIONS PLUGIN->ROLES (then you have to click on "Authenticated" or "Public" and set the permissions below).

  • @dunzek943
    @dunzek943 3 года назад +1

    I'm blown away. Before I only knew Vue.js, but as if Strapi.js wasn't enough I also got introduced to Postman. Wow.

  • @TechnicalAhmed
    @TechnicalAhmed 4 года назад +7

    Thank you Brad, thank you so much for giving us the precious content and helping us in building our career and future. We love you ♥️

  • @dutchman55
    @dutchman55 4 года назад +2

    Hey I learned to code from you like 5 years ago... I am the SME for Strapi at my company (the largest retailer in the US), it’s a really nice tool! It’s seeing more and more use in the industry and I’m super excited to see you covering it!!

  • @paalwilliams4169
    @paalwilliams4169 4 года назад +1

    Thanks for making this! I've been following Strapi for a while and have been wishing more people made tutorials about it. Stoked to watch.

  • @terjechristensen1733
    @terjechristensen1733 4 года назад

    Great video. Started using strapi last week. Your video is the best intro I have seen about strapi so far. Thank you.

  • @desmondbutler669
    @desmondbutler669 4 года назад +7

    I've been watching this product for a while now; very impressed with it. Would love to see a full-stack example that includes deployment, with ssl on both front/back-ends. I think it would also be nice to explore admin customization, to include perhaps a widget-based dashboard (since strapi react based)

  • @parrisgjerde9212
    @parrisgjerde9212 3 года назад

    As one who’s been scratching their head on (headless) CMS systems, this Strapi overview was fantastic, thanks!

  • @Sillyvan
    @Sillyvan 4 года назад

    i absolutely love this. i thought about making a own webshop and this literally has all the functionality i wanted. this saves me ALOT of time

  • @Adam-gp3ij
    @Adam-gp3ij 4 года назад +2

    Thank you so much for having you! I appreciate every second you spend for us

  • @beastgaming1772
    @beastgaming1772 4 года назад +4

    I just bought two of your courses javascript and react man you're amazing

  • @pacera3066
    @pacera3066 4 года назад +1

    I tried learning strapi the other month and had some trouble! Amazing timing with this video and headless CMS!!!

  • @luximperium4164
    @luximperium4164 3 года назад

    I commented a few weeks ago on here when I first was learning this. Now I've made a full website with this as the back end for my mom to use to easily change the content on her site. It's easy to use for those who don't know anything about coding, but can easily use things like social media. Highly recommend to those handing off websites to people who don't know code.

    • @shubhpratapsingh1794
      @shubhpratapsingh1794 2 года назад

      hey man i have some doubts regarding the deployment...can I contact u somehow...?

  • @edenr1988
    @edenr1988 4 года назад +2

    Awesome preview, I really enjoy watching your tutorials, you makes things very clear and simple! Thank you for sharing this!😄

  • @genehenson8851
    @genehenson8851 3 года назад

    Every time that I want to try something new, Traversy Media has me covered with a crash course. Thanks for the work brother.

  • @mdsadiqurrahman9786
    @mdsadiqurrahman9786 4 года назад

    Headless CMS is amazing. There are some services out there that provide serverless and headless CMS, but I believe most would not feel very comfortable to put a middleman into their application. But strapi is solving that. They give you the dashboard and let you do however you want to manage it. Thanks for the effort 👍

  • @scootergirl3662
    @scootergirl3662 3 года назад

    This is easily the quality of videos from pluralsight and such. Thanks so much for making this! It is also one of the few things I have found that has done well teaching me how to create an api as an absolute beginner.

  • @kunalmahajan7761
    @kunalmahajan7761 4 года назад +1

    I'm just here to appreciate your hardwork and smart work! Thank you for everything!

  • @kefamutuma6516
    @kefamutuma6516 4 года назад

    I just learnt about strapi from scoth.io and wondered why no one had made a tut about this. Well done sir, Always ahead of the game.

  • @fredplankshe
    @fredplankshe 4 года назад

    GG Brad! I found out about this thing because of you. It is awesome. I'm glad that I did your crash course on node and express.. so customizing something like this is pretty easy.
    Your doing good bud. Thanks!!

  • @Vue-daigle
    @Vue-daigle 4 года назад

    This Strapi.js is what we've been looking for years now ! Can't wait for the next video ... Thank you Brad :D

  • @tshawchit
    @tshawchit 4 года назад

    I installed strapi a week ago, and was busy to check out it's features. Thanks Brad :D

  • @themineworkers4026
    @themineworkers4026 4 года назад +6

    and i was just googling this a couple of days ago thanks a bunch man

  • @guiltygreen
    @guiltygreen 2 года назад

    Super helpful, thank you so much for this video! Really broke it down into easy to understand bits. I've watched a few Strapi tutorials now, and I think yours is the best.

  • @chrisjones469
    @chrisjones469 3 года назад +1

    I was looking for React performance with a CMS to make life easier for clients. I could use Wordpress in a similar way, but I'm not a huge fan, for a variety of reasons. This is right up my alley! Thanks again for another great tutorial!

    • @lardosian
      @lardosian 3 года назад

      I really dislike using wordpress, just feels weird, much prefer React way of building stuff!

  • @rahulkuulsingh
    @rahulkuulsingh 4 года назад

    Last week I found strapi, installed it, used it for a while, deployed it on heroku. But I needed a tutorial that goes deep. I am happy that Traversy has uploaded one. Thanks.

    • @daheck81
      @daheck81 4 года назад

      This doesn’t go deep at all tho. It's basically just a preview

  • @followcasper9552
    @followcasper9552 3 года назад

    Thanks Brad for a nice video.
    Remember to publish your collection types.. else you get an empty array [ ].
    Roles is now under Settings "User & Permission plugin".
    20-01-2021.

  • @SFDCFacts
    @SFDCFacts 4 года назад

    This is amazing. Quick and easy way to setup backend apis.

  • @rubinelezi7133
    @rubinelezi7133 4 года назад

    This tool does my 99% backend job

  • @feminist098
    @feminist098 4 года назад +85

    This tool is so good, that I am afraid of losing my backend dev job to a front desk guy.

    • @MrDKdeka
      @MrDKdeka 4 года назад +2

      Not going to happen any time soon. Check out this video from 10+ year senior web dev comparing Strapi vs Nodejs Firebase:
      ruclips.net/video/aQhDFN64YrQ/видео.html

    • @rickvian
      @rickvian 4 года назад +5

      no way, i doubt front desk guy can even save file as .js

    • @abhishekkumawat8353
      @abhishekkumawat8353 4 года назад

      @@rickvian React guys do that all the time?

    • @abhishekkumawat8353
      @abhishekkumawat8353 4 года назад +1

      Learn Loopback4 💪🏻

    • @feminist098
      @feminist098 4 года назад

      @@MrDKdeka wow.

  • @jesusidev
    @jesusidev 4 года назад

    I just launched an API with strapi and digital ocean. Was a pain but the tutorial help on strapi. Great video.

  • @kendallhayes4917
    @kendallhayes4917 4 года назад

    This is gold. Thank you so much for making a headless CMS so easy to learn how to use.

  • @MaximeCHEVASSON
    @MaximeCHEVASSON 4 года назад

    Great video, I wanted to dug into Headless CMS for a while, and it saved me some time.
    + Very clear & great examples. Thanks a lot !

  • @fluntimes
    @fluntimes 4 года назад

    I've been wanting to learn Strapi ever since I started learning Gatsby in the past few months. Thanks Brad.

  • @abbasloda1
    @abbasloda1 4 года назад

    Dude your content is awesome. You are giving for free what could have made you thousands of dollars. Thank you I leaned a lot from your tutorials. You always make an effort to do a little more than most.

  • @KJMacoustic
    @KJMacoustic 2 года назад

    This tech just blew my mind! Thank you so much for making this video!!

  • @sunilanthony17
    @sunilanthony17 4 года назад +1

    This is pretty good. I always build my backend with .net core but this gives me options to work faster.

    • @wovasteengova
      @wovasteengova Год назад

      have you used it yet? How do you like it?

  • @DanielGomez-kx9ov
    @DanielGomez-kx9ov 4 года назад

    I'd been waiting so long for this... Brad, you're the best instructor. The best.

  • @ApurvKhare
    @ApurvKhare 4 года назад

    I am wanting to explore Strapi since sometime and boom Brad got me covered. Thanks Brad 😊

  • @StanielBG
    @StanielBG 4 года назад

    Very nice Crash Course! I also started using Strapi and i'm very happy with it. It's awesome for people without much Back-end knowledge.

  • @wovasteengova
    @wovasteengova Год назад +1

    Im almost done with my express app and of course i run into this new technology now. LOL. I can't decide if i should use it or finish the app😂😂

  • @gitstray6019
    @gitstray6019 4 года назад +1

    Thank you very much for creating this - I'm was wondering if you would do an example on how to interact Strapi with React. Then how to deploy React to a server. What are the best settings and best areas to host these sites. I've been watching your videos for a while. I really appreciate you doing these and how thorough you are.

  • @reginaborgno1521
    @reginaborgno1521 4 года назад

    Thank you so much Brad!! I was looking for something like this!! You're always bringing us the best stuff!!

  • @leslie7922
    @leslie7922 4 года назад +5

    I've been wanting a decent open source headless CMS tutorial. Thanks for this I'll follow it through later today. Dropping a like now though :)

  • @said8101
    @said8101 4 года назад

    Brad the teachers Teacher !! Just wanna thank you for your work, really appreciate it. You’re a Genius. Hope to get at least half as good as you in coding one day

  • @riexrickgaming
    @riexrickgaming 4 года назад

    JUST ABOUT LOOKING FOR CMS, THIS GOT RECOMMENDED, YOU ARE THE BEST

  • @shineymcshine
    @shineymcshine 4 года назад +1

    hahh i've been learning about it for the last few days, now I see this. always great to see these things get more publicity - now do AlpineJS!

  • @donphelix5266
    @donphelix5266 4 года назад

    How do you do it, Brad?
    What drives you to make this super cool videos?
    How do you normally plan yourself, man?
    How was your first video on youtube?
    Were you having some chills in your heart?
    I am just curious bro.

  • @user-kn6vr7el8y
    @user-kn6vr7el8y 4 года назад

    Strapi is great technology! I using it since 2018 and have a lot of projects in production. I can recommend it!

  • @amirhosseinkhurizadeh8920
    @amirhosseinkhurizadeh8920 4 года назад

    Brad always on time, I was looking for a tutorial on Strapi.js. Thx Brad.

  • @rawrbearmedia1426
    @rawrbearmedia1426 Год назад

    Looking forward to a full app build with Strapi! Great video as always, Brad!

  • @bliggode
    @bliggode 4 года назад

    outstanding video. quick and good examples explaining the details.

  • @marlonberdefy3133
    @marlonberdefy3133 3 года назад

    I don't get why people dislike videos like that. Great tutorial!

  • @NerdyKatsChannel
    @NerdyKatsChannel 4 года назад

    Yessssss!!!! I have been waiting for you to do this!!! So awesome 😎

  • @lyqht
    @lyqht 4 года назад

    This is a really great introduction to strapi! Thank you for this crash course :D

  • @The2233AHMED
    @The2233AHMED 4 года назад +3

    thank you so much Travis, amazing like always, I would love to watch a full-stack course with Strapi.js and React.js.

  • @NeverCodeAlone
    @NeverCodeAlone 4 года назад

    very nice overview - thx for your passion my friend!!

  • @Hildreim
    @Hildreim 4 года назад +2

    Thank you very much! I was wondering, can you make if possible some videos about websites architectures? How to organise our project and all, it would be awesome ! Thank you for all your hard work you are really the best teacher

  • @SaiPravesh
    @SaiPravesh 4 года назад

    Great tech, headless CMS is now becoming so popular with frontend javascript libraries in every project. Looking forward to see a full stack app with Strapi and react from you.

  • @kamel3d
    @kamel3d 4 года назад +7

    Guys is it possible to use strapy with laravel project? my guess is yes since it only interacts with the database but you could correct me if I am wrong

    • @JohnSmith-zl8rz
      @JohnSmith-zl8rz 4 года назад

      I have the same question. For now I try CraftCMS (Graphql headless) + Nuxt.

    • @gatomasculino
      @gatomasculino 3 года назад +3

      its an api, the concept of creating an api is the possibility of interacting with it under any architecture yes you can use it with a lavarel project if you know how to post,get,patch,etc.. with any coding language

    • @fuseteam
      @fuseteam 3 года назад +1

      yes it should work via curls not sure why you would do that tho

    • @erinmcgowan7980
      @erinmcgowan7980 3 года назад +3

      Since you only really need the API endpoints, any coding language or application that can work with APIs should be fine =) I personally am using two node instances (1 for strapi, the other to generate the website)

    • @stylesoftware
      @stylesoftware 3 года назад +1

      @@erinmcgowan7980 Yea that was my conclusion, strapi can be a config/admin/product editor. while your front end is node number 2

  • @eldinedy6837
    @eldinedy6837 3 года назад +1

    Do you have full tutorial about strapi and would be great mongodb(mongoose), udemy or something similar?

  • @kirin9991
    @kirin9991 4 года назад +1

    i was looking at this a few days before, but lazy to look at the docs
    thanks!

  • @cheynesaccount
    @cheynesaccount 4 года назад

    Thank you my dude. Been having trouble with the docs, this is very clear.

  • @ThatGuyAnonymous
    @ThatGuyAnonymous 4 года назад

    Strapi is truly amazing, it saves a lot of time. Great video man 👌

  • @thanapongangkha1417
    @thanapongangkha1417 4 года назад

    Even tho I have no idea what this library is about yet but thanks for it anyway. Stay safe Brad!

  • @santosjuniormartemarte8928
    @santosjuniormartemarte8928 4 года назад

    Surely you don't have a community that makes you aware of all those great projects? you are great i like it.

  • @vlmo
    @vlmo 4 года назад +1

    Hi, Brad! Could you make a video how do you manage the process from the ideia of a project, writing it down what you have to do and developing it? Thanks!

  • @accimeesterlin
    @accimeesterlin 4 года назад

    Always providing some great content

  • @giannistek1
    @giannistek1 3 года назад +1

    Just posting this for myself
    8:00 GET Request
    13:22 POST Login Request

  • @muzafferhassan
    @muzafferhassan 4 года назад

    Thanks for the short but effective video on Starpi

  • @shalomberkohn4581
    @shalomberkohn4581 Год назад +1

    😍 Thank You, Your videos are liberating!

  • @wasimkabir4398
    @wasimkabir4398 4 года назад +1

    Strapi and Nuxt (or Quasar) please. It'll be a great help. Thanks for these crash courses.

  • @carsonfranklin6239
    @carsonfranklin6239 4 года назад

    This now marks the 4th time you've come out with a video the day (I am dead serious) after I was researching the exact same topic. I am positive it's not due to some shared mailing list or other common source. This time the only thing that had me looking at Strapi was a late night hate fest with a WordPress bug. Get out of my head Brad.
    Next week on the channel... "Hacking Subscribers Amazon Echos for ideas on what to tackle for your next show! Tune In! I'll know if you don't!"

  • @rubialalom
    @rubialalom 4 года назад

    This is exactly what I was looking for. Thank you so much. 🙏🙏

  • @EthanG298
    @EthanG298 3 года назад +1

    this seems a lot better than the WordPress headless cms

  • @alexeilevinzon2916
    @alexeilevinzon2916 4 года назад

    Thanks Brad, no words! great as always, glad to learn new technologies :)

  • @ivanskubko9177
    @ivanskubko9177 4 года назад

    Strapi is awesome, no doubt. Saved so much time for me. And their GraphQL plugin makes life even more easier - do not neglect it if you'll use Strapi

  • @OzzyTheGiant
    @OzzyTheGiant 4 года назад

    I've been wanting to get into building websites with user-controlled content, specifically for the food service, car dealership, and real estate industries. Naturally Wordpress seemed like an obvious choice, but I'm so annoyed with the industry continuing to ride that bandwagon and not noticing that there are better, more efficient alternatives out there. Glad to know Strapi exists; will be using this along with Gridsome for static site generation and Nuxt.js for web apps, not to mention Flutter if the client wants a mobile app to go with such products.

  • @jagdishshetty4782
    @jagdishshetty4782 3 года назад

    Awesome tutorial as always !!!

  • @billgross3579
    @billgross3579 4 года назад

    Thank you!! I need this!!