svl
Using Solid for apps with large/complex states
@Alex Lohr thanks for the comprehensive answer, this is pretty clear -- so in terms of speed: Signals >> Static Store > Store, the tradeoff being the complexity of the data stored in them. So the principle would be then to lean towards simplified/isolated state as much as possible, then only go to Store when absolutely needed
Will give this a try -- hoping I can ditch the usual react/redux stack. Thank you!
6 replies