DEV Community

Discussion on: Getting Hooked on Stoxy

Collapse
 
ivan_jrmc profile image
Ivan Jeremic • Edited

Is Stoxy using indexedDB?

Collapse
 
matsuuu profile image
Matsuuu

Yes! Stoxy uses IndexedDB to persist the state data, and lighten the cache on complex applications.

Read more about it here: stoxy.dev/docs/

Collapse
 
ivan_jrmc profile image
Ivan Jeremic • Edited

Cool I work on a similar thing for the last few weeks 🤣 I'm currently at a point where I want to make form inputs to work I see you solved it also very nice