|
|
|
|
|
by Already__Taken
868 days ago
|
|
it's cool but half the battle. To keep an eye on decoupling you need to map where the state goes. For web, what parts of the code are making using fetch / xmlhttprequest. using the URL & params, history. What's using local storage etc.
should be able to identify those browser APIs and draw them out like a dep link too.
I just had to fix a component that's was directly editing URL parameters instead of the store which updated the URL. |
|