Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.03 KB

state.adoc

File metadata and controls

24 lines (18 loc) · 1.03 KB

State

Managing the lifecycle and dependencies of stateful parts of your system can be complex and error-prone. State management tools like Component, Integrant, and Mount can help you with this by providing a structured way to handle initialization, configuration, and dependencies.

Here is a list with examples that uses Polylith:

Library Example Author Comment

Component

usermanager-example

Sean Corfield

Integrant

integrant-system

Mark Sto

See also this thread in Slack.

Mount

An example in Mount will soon be available!