Skip to content

Commit 7b365c4

Browse files
committed
v2 prep
1 parent f901b6e commit 7b365c4

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

packages/plexus-core/.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ __snapshots__
77
*.log
88
tests/
99
*.test.*
10-
src/
10+
src/
11+
v2/

packages/plexus-core/v2/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Plexus v2 Guidelines
2+
3+
## Introduction
4+
5+
Plexus was originally created as a way to provide a common set of tools and stateful SSOT that was really useful for SPA development. With the recent pivot of major frameworks like (mainly) nextjs, we need to pivot our approach. The goal is to make everything event based (nothing is stored in a centralized memory point, instead propegated to other siblings using ) and api driven.

packages/plexus-core/v2/index.ts

Whitespace-only changes.

packages/plexus-core/v2/types.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)