Based in Kyiv, Ukraine 🇺🇦
- SPA mode in config is all or nothing
- `dynamic` can restrict to CSR only component, not route
Conclusion is Next.js router doesn't allow CSR for single route(and sub-routes), to do it i need to add 3rd party router.
Or am i missed something?
- SPA mode in config is all or nothing
- `dynamic` can restrict to CSR only component, not route
Conclusion is Next.js router doesn't allow CSR for single route(and sub-routes), to do it i need to add 3rd party router.
Or am i missed something?
I'll try to dedicate more time for investigation, but if you have any thoughts why observer could work with primitives and not work with objects in different mobile screens, pls let me know
I'll try to dedicate more time for investigation, but if you have any thoughts why observer could work with primitives and not work with objects in different mobile screens, pls let me know
1. Reactivity of nested data change(as in initial post) WORKS on the same `expo-router` screen[mobile native]
2. Reactivity of primitives change WORKS on when data changed on one screen and observed on another one
1. Reactivity of nested data change(as in initial post) WORKS on the same `expo-router` screen[mobile native]
2. Reactivity of primitives change WORKS on when data changed on one screen and observed on another one
Did you compare perf with the new FlashList 2 alpha?
Did you compare perf with the new FlashList 2 alpha?