This repository was archived by the owner on Dec 15, 2018. It is now read-only.
This repository was archived by the owner on Dec 15, 2018. It is now read-only.
Immutablejs compatibility #77
Closed
Description
Hello, I like the approach you take with this router :)
Do you plan on implementing immutablejs compatibility ?
I made it work in my project by patching store-enhancer.js in my project (using set/get/delete instead of _extends({},...)
https://gist.github.com/Nihaux/0ac0d5e4e7bdc82be78bcb83cbc2fd9e
What do you think would be the best approach to implement this behaviour ? I could work on the PR if needed.
thx