Skip to content

Commit 9d75fe0

Browse files
committed
Merge branch 'gavin/koordinates-case-study' of https://github.com/statelyai/docs into gavin/koordinates-case-study
2 parents 1872924 + c123732 commit 9d75fe0

File tree

1 file changed

+2
-2
lines changed
  • blog/2023-11-15-koordinates-and-stately-case-study

1 file changed

+2
-2
lines changed

blog/2023-11-15-koordinates-and-stately-case-study/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In the case of both their products, Koordinates was able to use Stately’s tool
4949

5050
<EmbedMachine
5151
name="Koordinates List View Machine"
52-
embedURL="https://stately.ai/registry/editor/1b48bbf1-6f7a-4847-b1e0-47ee5c283371?mode=design&machineId=68b835cc-49fc-4b9c-972e-a63c01465c1f"/>
52+
embedURL="https://stately.ai/registry/editor/embed/1b48bbf1-6f7a-4847-b1e0-47ee5c283371?machineId=68b835cc-49fc-4b9c-972e-a63c01465c1f"/>
5353

5454
There are several potential events that _can_ happen, but the core states are relatively few to model this behavior. Instead of representing their entire app state in a monolith, the team decided to go with a more modular approach, making use of the [actor model](https://en.wikipedia.org/wiki/Actor_model). This makes maintaining and testing individual components much easier, and it allows for extensibility down the line as project complexity grows.
5555

@@ -64,7 +64,7 @@ Being a source control solution for complex datasets, Kart has a naturally compl
6464

6565
<EmbedMachine
6666
name="Koordinates List View Machine"
67-
embedURL="https://stately.ai/registry/editor/1b48bbf1-6f7a-4847-b1e0-47ee5c283371?mode=design&machineId=afa23e5f-11c7-460d-bd98-ff7de694a41d"/>
67+
embedURL="https://stately.ai/registry/editor/embed/1b48bbf1-6f7a-4847-b1e0-47ee5c283371?machineId=afa23e5f-11c7-460d-bd98-ff7de694a41d"/>
6868

6969
Stately tooling isn’t just for managing UI state. In fact, the logic representing Kart repos is all managed using an XState actor. That actor then watches the filesystem to execute Kart-specific commands and update its own in-memory state.
7070

0 commit comments

Comments
 (0)