Ember.js tutorial for beginners #02 Routing System (2022)

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

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

  • @mishell8492
    @mishell8492 ปีที่แล้ว

    this serie of videos is the best source that I have found to learn emberjs. Better than the official documentations. Really apreciated and thanks a lot for your work. You have same me hours for understanding properly

  • @ahmedabbas8774
    @ahmedabbas8774 ปีที่แล้ว

    The best explanation ever for emberjs.

  • @thebluechimera
    @thebluechimera 4 ปีที่แล้ว +1

    Great video! The different types of routes are something I haven't thought about as much as I should, glad I saw this

  • @yuchenpeng1287
    @yuchenpeng1287 2 ปีที่แล้ว

    Thanks for your effort, this section covers almost all the URLs needs for a webapp. Keep up the great work you are doing :)

  • @MultiSwayam
    @MultiSwayam 3 ปีที่แล้ว

    Thanks for the video. I have been working with ember for quiet sometime still found this helpful.

  • @DamanArora
    @DamanArora 2 ปีที่แล้ว

    Thanks for explaining index route so well

    • @ShawnCTech
      @ShawnCTech  2 ปีที่แล้ว

      Glad it was helpful!

  • @AK-nt9vx
    @AK-nt9vx 4 ปีที่แล้ว +1

    Greate videos, easy to understand. Will be waiting for more videos from you about Ember.

    • @ShawnCTech
      @ShawnCTech  4 ปีที่แล้ว +2

      More to come!

    • @AK-nt9vx
      @AK-nt9vx 4 ปีที่แล้ว

      @@ShawnCTech appreciate your effort🙏

  • @barney8545
    @barney8545 3 ปีที่แล้ว +1

    Excellent content and good explanations! Hope you can more subscribers.

  • @carlosbenavides670
    @carlosbenavides670 3 ปีที่แล้ว

    Pure love, thanks for sharing again :)

  • @SergueiCambour
    @SergueiCambour 4 ปีที่แล้ว

    Thank you for your videos. By the way, you called twice Handlebars templates as routes in your video #2.

    • @ShawnCTech
      @ShawnCTech  4 ปีที่แล้ว

      Thanks for your support :) That's intended, the template mentioned is to render the content in the corresponding route.

  • @arivananthamparthipan1487
    @arivananthamparthipan1487 3 ปีที่แล้ว

    Those contents r helpful brother! Thanks a lot!

  • @theprince5061
    @theprince5061 4 ปีที่แล้ว

    Great video, keep going!!

    • @ShawnCTech
      @ShawnCTech  4 ปีที่แล้ว

      Thank you! Will do!

  • @muralinepalli7441
    @muralinepalli7441 4 ปีที่แล้ว

    Great video. In future could you make a detail video on how to deploy an ember application on amazon s3.

    • @ShawnCTech
      @ShawnCTech  4 ปีที่แล้ว

      Noted.
      Basically, as long as you have your built file, you can just publish those files into s3

    • @mohnishsatidasani7552
      @mohnishsatidasani7552 3 ปีที่แล้ว

      Build the web app using npm build
      Add a deploy script where you do 2 things erase existing s3 files under some directory ,where you have to deploy the current production code.
      Make sure that you have authorized your aws account and given correct bucket name in package.json file. before deploying the app through aws CLi.
      After that you are ready just run npm.deploy and see the files getting deployed over s3.
      Do some.basic configuration on s3 buckets prior to doing this.

  • @mathanp3777
    @mathanp3777 2 ปีที่แล้ว

    can you please upload simple login with store local storage/ Session , after that login go to another page
    please,

  • @davvar100
    @davvar100 4 ปีที่แล้ว

    Great video!!!

  • @vaibhavjain79
    @vaibhavjain79 2 ปีที่แล้ว

    I am able to create routes but it doesn't create new files for that route.. please help

  • @Appelketaart
    @Appelketaart 3 ปีที่แล้ว

    Please I am new in ember but I'm in hurry to put topojson map in Ember project.

  • @govarthanankumar5509
    @govarthanankumar5509 3 ปีที่แล้ว

    Can you explain ember object model

  • @JosephParisVisuals
    @JosephParisVisuals 3 ปีที่แล้ว

    Hello ! nive work ! I a a problem creating new route. every route is leading to the welcome page. Is ther a configuration that I missed ? Thanks for your help

    • @ShawnCTech
      @ShawnCTech  3 ปีที่แล้ว +1

      Make sure you have the configuration in the router.js

    • @JosephParisVisuals
      @JosephParisVisuals 3 ปีที่แล้ว

      @@ShawnCTech ok i will figure that out thanks !

  • @thetradingzone7796
    @thetradingzone7796 2 ปีที่แล้ว

    Hey Shawn, why when I use "ember g route" it does not generate anything in the template folder?

    • @vaibhavjain79
      @vaibhavjain79 2 ปีที่แล้ว

      Same here. please help me

    • @vaibhavjain79
      @vaibhavjain79 2 ปีที่แล้ว

      I have the same issues and I am not able to find any answers on the Internet. I am asked to learn ember at work but seems like ember is really not very nice😭😭😭

    • @vaibhavjain79
      @vaibhavjain79 2 ปีที่แล้ว

      Did you find the fix bro? Please help

    • @thetradingzone7796
      @thetradingzone7796 2 ปีที่แล้ว

      @@vaibhavjain79 yes. Try: npm i ember source

    • @vaibhavjain79
      @vaibhavjain79 2 ปีที่แล้ว

      @@thetradingzone7796 tqq very much bro

  • @SuperLukiano
    @SuperLukiano 3 ปีที่แล้ว

    Routing explining is bad, confusing.....