statelyai / xstate

Actor-based state management & orchestration for complex app logic.
https://stately.ai/docs
MIT License
27.21k stars 1.26k forks source link

Add initial support for xstate/store/solid #5056

Closed steveadams closed 2 months ago

steveadams commented 2 months ago

I've added useSelector support to xstate/store for SolidJS which seems to be working well in my tests. Let me know what I can improve and I'd be happy to do it.

changeset-bot[bot] commented 2 months ago

🦋 Changeset detected

Latest commit: 4136506a00a75c0d75dbf0f184e9f3ead8011915

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------- | ----- | | @xstate/store | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

steveadams commented 2 months ago

Apologies for the force pushes; I can move this to a clean branch with a single commit instead if they're a problem.

steveadams commented 2 months ago

You're welcome! I really enjoyed this process and I'm stoked to contribute to XState.