@flexsurfer/reflex 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ A reactive, functional state management library that brings the elegance and pow
16
16
 
17
17
  ## ✨ Why Reflex?
18
18
 
19
- After 10+ years of building applications with re-frame in the ClojureScript world, I wanted to bring the same architectural elegance to the JavaScript/TypeScript ecosystem. Reflex is not just another state management library—it's a battle-tested pattern that promotes:
19
+ After many years of building applications with re-frame in the ClojureScript world, I wanted to bring the same architectural elegance to the JavaScript/TypeScript ecosystem. Reflex is not just another state management library—it's a battle-tested pattern that promotes:
20
20
 
21
21
  🎯 **Predictable State Management** - Unidirectional data flow with pure functions
22
22
  🧩 **Composable Architecture** - Build complex apps from simple, reusable pieces
@@ -266,7 +266,9 @@ regSub('count');
266
266
  - [re-frame Documentation](https://day8.github.io/re-frame/re-frame/) - The original and comprehensive guide to understanding the philosophy and patterns
267
267
  - Step-by-Step Tutorial - TBD
268
268
  - API Reference - TBD
269
- - Examples - TBD
269
+ - Examples
270
+ - [TodoMVC](https://github.com/flexsurfer/reflex/tree/main/examples/todomvc) - Classic todo app implementation showcasing core reflex patterns
271
+ - [Einbürgerungstest](https://github.com/flexsurfer/einburgerungstest/) - German citizenship test app built with reflex ([Live Demo](https://www.ebtest.org/))
270
272
  - Best Practices - TBD
271
273
 
272
274
  ## 🤝 Contributing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flexsurfer/reflex",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",