DEV Community

Discussion on: Dead simple State Management with Stoxy

Collapse
 
matsuuu profile image
Matsuuu

First thing I can clearly see is: Size: bundlephobia.com/result?p=easy-pea...

Another is that Stoxy utilizes the IndexedDB for performance over session/localstorage.

Indexeddb is also a better way for for example offline first applications

Third would be the framework agnosticity. Easy peasy (seems at least) is for React