Skip to content

Commit

Permalink
docs: Showcase addition (#3263)
Browse files Browse the repository at this point in the history
Co-authored-by: David Khourshid <[email protected]>
  • Loading branch information
stefanoslig and davidkpiano authored Nov 25, 2023
1 parent e87600e commit c4269d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/about/showcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ There are many developers and teams using XState [in the wild](https://github.co
- "We're now using xstate to power a couple of the more complicated interactions at my place in our Behavior Insights Engine at [Maritz](https://www.maritz.com/).
- At [Cypress](https://cypress.io) we chose XState to manage state for our open source [Real World App](https://github.com/cypress-io/cypress-realworld-app). The app is a payment application used to demonstrate real-world usage of Cypress testing methods, patterns, and workflows. [The machines](https://github.com/cypress-io/cypress-realworld-app/tree/develop/src/machines) are used for several different types of scenarios present in modern, responsive web applications.
- "We use XState at the backend in projects to control entity state" (https://www.linkedin.com/in/haltentech-team)
- [Sunflower Land](https://sunflower-land.com/), a decentralized and community driven MetaVerse style game, uses XState to control and manage the user and session using a State Machine approach. ([see here](https://github.com/sunflower-land/sunflower-land))
- "I used XState to create an (open source) version of the classic Tower of Hanoi puzzle game. Two state machines are used, one for screen interaction logic and the other for game interaction logic. Also includes automated test generation with model based testing tools." [Tower of Hanoi app](https://towerofhanoi.app)
- "XState completely changed how I think about programming complex logic for fullstack applications - all core logic for streaming summaries on [YouTube Summarized](https://www.youtubesummarized.com) is now encapsulated in XState machines both on the frontend and backend. The visual editor makes it easy to spot edge cases and error states that should be handled, resulting in a very robust and stable system."

0 comments on commit c4269d8

Please sign in to comment.