cyclejs-community / cyclic-router

Router Driver built for Cycle.js
MIT License
109 stars 25 forks source link

Optimizing component rebuilding #219

Open ftaiolivista opened 4 years ago

ftaiolivista commented 4 years ago

Hi.

Do you think would be a bad idea to place some kind of dropRepeats in routedComponent after the matching to prevent rebuild the page component if the matching return the same?

I think would be a useful in the case you want to update the url (fragment?) but you don't want the page component to be reconstructed.