stent icon indicating copy to clipboard operation
stent copied to clipboard

Stent is combining the ideas of redux with the concept of state machines

Results 10 stent issues
Sort by recently updated
recently updated
newest added

Hi, Stent generator actions allow us to call other generators. However, if an async error is thrown in one of these nested generators, it will not reach the top-level generator...

Hi, The use of the [`yield*`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/yield*) keyword allows us to delegate operations to nested generators. By creating a new generator using `yield*` and a `try/catch` block, we can catch async...

Would be awesome to have Typescript definitions.

Would you consider adding a Prettier config to the project to ensure consistent formatting?

The changes allow each state to have an `_entry` and an `_exit` handler that acts as a special transition that executes on entry into, or exit from a state.

There are many state machines where you need to execute an action on entry into that state. This is especially important for more complex state machines where there may be...

Hello. I'm working on an electrón app that manage folders. I want that, when the user drops some folders into the app, let's say five, a message shows indicating which...

I read the article, the git documentation...but I don't know how to implement the state machine (stent( in my project. Any basic project example (more explanatory than the TODO example?)...

I think would be very nice to have somewhere to share thoughts and meet other people experimenting stent in their project. @krasimir could you create it for us? Note: I...