Closed cometkim closed 4 years ago
Found this from gatsby-source-filesystem:
they use xstate and queue-based scheduler seems pretty neat! also, that means it is already installed in node_modules in most cases.
I had considered about redux and redux-saga. (redux is already used by gatsby, and saga is easy-to-use and lightweight) but xstate is a great option to manage state more declaratively
Found this from gatsby-source-filesystem:
they use xstate and queue-based scheduler seems pretty neat! also, that means it is already installed in node_modules in most cases.