davidkpiano/README.md
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,457 contributions in the last year
Activity overview
Contribution activity
October 2020
-
davidkpiano/orlandodevs-site
HTML
•
Built by
- davidkpiano/durable-entities-xstate TypeScript
- davidkpiano/react-digraph JavaScript
Created a pull request in davidkpiano/xstate that received 10 comments
[@xstate/react] Add `filter` option and `useMachineSelector()` hook
New useMachine(...) option: filter(state, prevState), which allows you to filter the states that are provided:
const [state, send] = useMachine(s…
- [@xstate/inspect] Add changeset
- Throw error if initial state is not specified. Fixes #674
- Add @xstate/inspect
- [docs] Add "always" to eventless header
- Make stop() accept an expression. Fixes #1457
- Simplify type signature for spawn() function. Addresses #1567
- Ensure exit actions are called for finalized invoked machines. Fixes #1109
- Ensure children are removed when stopped. Fixes #1457
- Ensure spawned actors are present in state.children. Fixes #795
- [@xstate/react] Stabilize `send` from useActor
- Add missing link in design reviews readme
- Remove customer specifics
- Add integration testing section to automated testing
- Adjust automated testing syntax
- Fixing the typo in Code Review Checklist
- Fix markdown of the runtimevariables.md section
- Updating C# section
- replace grooming with refining
- Feature/375 add pull request templates
- added vscode support for roslyn
- Added "how to measure code review process"
- Fixed @xstate/inspect build issues
- Fixed an issue with internal `setState` in `useService` being called with 2 arguments instead of 1
- Extend many generic types to accept TAction
- docs(xstate-test): add note about nested states
- Fixed issue with `useService` returning an initial state for services in their final states
- TypeScript event typing best practices
- Eventless transition inside compound state triggers infinite loop
- @xstate/test, re-visting states
- handling escalate action causes 'Maximum call stack size exceeded'
- xstate/build package is coming ?
- How to deal with on/off listeners on service with TypeScript
- How to deal with multiple Contexts in Hierarchical and Parallel State Machines?
- Patterns for sharing a machine as a lib
- Load the definition of the state machine from database
- Persisting state with actors
- @xstate/react feature request: trigger predifined events before stopping the interpreted service