Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved router #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Improved router #8

wants to merge 1 commit into from

Conversation

polytypic
Copy link
Member

WIP: The idea is to make it so that parameters are transmitted as observables
and the component function is only called when the route changes. If only
parameters change, then the changes are propagated via the observables as usual.

@polytypic polytypic added enhancement WIP Work-in-progress and not yet ready labels Mar 22, 2018
@polytypic polytypic force-pushed the feature/improved-router branch 13 times, most recently from 24ee766 to ab03180 Compare March 27, 2018 05:56
@polytypic polytypic force-pushed the feature/improved-router branch 3 times, most recently from 3559003 to 35dea54 Compare March 31, 2018 23:02
@polytypic polytypic force-pushed the feature/improved-router branch 3 times, most recently from cbbc06c to 859fab4 Compare April 5, 2018 22:03
@polytypic polytypic force-pushed the feature/improved-router branch 3 times, most recently from ba204ac to de6df57 Compare April 30, 2018 18:59
@abstracthat
Copy link
Member

When this improvement is finished do you think it could be made into it's own library? With the recent addition of XHR and the clean up of Util I feel like a router is about the only thing missing from making the Karet / Calmm toolkit feel complete.

@polytypic
Copy link
Member Author

Hopefully soon, because there is a project where I'd like to able to it, but, as usual, free time is finite. :)

@polytypic polytypic force-pushed the feature/improved-router branch 3 times, most recently from 36ac2ef to f940baf Compare June 24, 2018 21:37
@polytypic polytypic force-pushed the feature/improved-router branch 3 times, most recently from 59fb545 to 0815665 Compare June 25, 2018 18:56
WIP: The idea is to make it so that parameters are transmitted as atoms and the
component function is only called when the route changes.  If only parameters
change, then the changes are propagated via the observables as usual.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement WIP Work-in-progress and not yet ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants