26 links for Routes
-
Sharing A Parent Model Across Route Boundaries
Sometimes you have a UI where at a certain level you have multiple nested routes and they deal with one parent item. For example if you had a blog management system that supported multiple blogs, you could have a route like dashboard.blog.post.edit and the Blog model is found at the dashboard.blog route. So at this point you want to use that same blog model in the other routes. Historically there has never been a great way to do this, you might think put it on a service, but then you have to register and cleanup that service since services are global. Along with that inconvenience it's also not clear where the service gets its data, it seems a bit magic.
Article by Ilya Radchenko on 11th September 2020
-
Ember Guide for Beginners: [04] Routes
For simple apps, you could live off with just Components and Services. But for large-scale apps, you’ll want to implement some routing system in it. Luckily, Ember has a built-in solution for that.
Article by Mikko Paderes on 14th July 2018, in Ember Guide for Beginners
-
Ember Simple Auth – How to Access the Current User in the Model Hook
Article by Sabin Hertanu on 14th November 2017
-
Component hooks at the route level
Use this templateless component to simulate component UI hooks for route-level templates.
Video by Sam Selikoff on 14th October 2017, in EmberMap
-
Adopting ember-concurrency
or: How I Learned to Stop Worrying and Love the Task
Article by Vince Bello on 14th December 2016, in Async Loading with Ember-concurrency
-
-
Route Recognizer
A 5000 word magnum opus on route recognition
Article by Nathan Hammond on 18th July 2016
-
-
-
-
-
-
Ember stacked routing demo
Pushable/poppable URL segments in your mobile ember apps
Video by Alex Matchneer on 1st June 2016
-
Building a performant real-time web app with Ember Fastboot and Phoenix (Part 5)
Building a CRUD resource
Article by Mike North on 30th April 2016, in PEEP Stack
-
Building a performant real-time web app with Ember Fastboot and Phoenix (Part 4)
Logging in to our API & ember-simple-auth
Article by Mike North on 27th April 2016, in PEEP Stack
-
-
The 8 Most Common Mistakes that Ember.js Developers Make
Article by Balint Erdi on 29th September 2015