You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
goal: route-based tree-shaking (currently accomplished by Embroider shipping its own version of the router but these should be combined)
goal: query params easier to use by default (maybe even not even need to be configured?)
make the route/router pluggable so we can iterate on the API outside of ember source. if someone wanted to work on this, it should be kept rather bounded/tightly scoped.
identify: what capabilities do we actually need for the route class?
write an RFC, or series of RFCs to cover the necessary steps (if experiments are successful)
goal: to use
<template>
tag in routesgoal: not needing controllers
goal: route-based tree-shaking (currently accomplished by Embroider shipping its own version of the router but these should be combined)
goal: query params easier to use by default (maybe even not even need to be configured?)
make the route/router pluggable so we can iterate on the API outside of ember source. if someone wanted to work on this, it should be kept rather bounded/tightly scoped.
identify: what capabilities do we actually need for the route class?
write an RFC, or series of RFCs to cover the necessary steps (if experiments are successful)
Notes:
1/22/24: Potentially waiting on reactivity dicussions
The text was updated successfully, but these errors were encountered: