From 10b4f8e7eb4a0e8ed701ded223c73896d7c5cf2a Mon Sep 17 00:00:00 2001 From: David Khourshid Date: Thu, 24 Aug 2023 08:00:01 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc6cd27..e5e2e9b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@

-**🚧 Work in progress! 🚧** +> [!IMPORTANT] +> This library is no longer maintained. Please see [XState v5](https://github.com/statelyai/xstate), which now haw first-class support for the actor model. + XActor is an [actor model](https://en.wikipedia.org/wiki/Actor_model) implementation for JavaScript and TypeScript, heavily inspired by [Akka](https://akka.io/). It represents the "actor model" parts of [XState](https://github.com/davidkpiano/xstate) and can be used with or without XState.