Let's Learn Ember.js

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 18

  • @__arid0__
    @__arid0__ 3 หลายเดือนก่อน

    This is quite cool actually. I started Ember this July and going well till now, built a site which is in production and building another one. Ember looks quite intuitive to me. Hit a couple of roadblocks, but the community is super helpful, especially Evo & NullVox

  • @BojanRatkovic021
    @BojanRatkovic021 หลายเดือนก่อน

    Awesome!

  • @felixyakubov91
    @felixyakubov91 3 หลายเดือนก่อน

    Great episode!
    You should try Quasar, another underrated framework

  • @szabolcsvojtek242
    @szabolcsvojtek242 2 หลายเดือนก่อน +2

    Hey guys, is there another tutorial, course or something where I could learn Ember? I did the tutorial on the official site, but it is pretty basic, and would like to learn a bit more, as I am working on a project now that uses Ember. Don't want to fall short on it. The project is pretty big and gets confusing. I searched on youtube and google but everything is years old, not really up to date. Thanks

    • @AshutoshShelkeP
      @AshutoshShelkeP วันที่ผ่านมา

      Same here. Please let me know if you find anything.

  • @bravehub
    @bravehub 3 หลายเดือนก่อน

    Hey, Jason. You're awesome, and I love your content! I've noticed that most of your videos are released under the CC BY License. My TH-cam channel also produces and shares CC BY content. I'd like to share some of your videos on my channel, especially this one. Are you okay with that? Thanks!

  • @BryanEdman
    @BryanEdman 5 วันที่ผ่านมา

    Maybe I have React brain but this seems convoluted with too many files just to perform very basic stuff. I'm sure it has it's advantages but dang it seems confusing for a hello world app so far, I'm 27 minutes in.

  • @habong17359
    @habong17359 3 หลายเดือนก่อน

    linked uses ember.js yeah?

  • @Michael-kq3qm
    @Michael-kq3qm 3 หลายเดือนก่อน +4

    People still use Ember.js?

    • @TechKingGame
      @TechKingGame 3 หลายเดือนก่อน +3

      Recent versions of ember.js are just so straightforward and fast to build new features. I love it, having used (admittedly 3-4 year old versions of) react and angular.

    • @Michael-kq3qm
      @Michael-kq3qm 3 หลายเดือนก่อน

      ​@@TechKingGame I did try it when it was quite new, has it improved since? What kind of projects do you use it for? Im currently using Django with HTMX for web apps.

    • @ElmGoodiez
      @ElmGoodiez 3 หลายเดือนก่อน

      I worked with Ember 10 years ago and hated it. Swore to never touch it again. Dont care if its gotten better, that crap gave me PTSD.

    • @Michael-kq3qm
      @Michael-kq3qm 3 หลายเดือนก่อน

      @@ElmGoodiez Yeh I found it to be frustrating and slow, thought it had died already.

    • @zzzzi8586
      @zzzzi8586 2 หลายเดือนก่อน

      @@Michael-kq3qm it's a lot different, these days it's just straight up TS/JS + handlebars as a (html superset) templating engine and some conventions and syntactic sugar. once you learn about the conventions and find some useful addons you should be able to piece the apps together very quickly.