- commit
- 6070252
- parent
- 96e49d4
- author
- Eric Bower
- date
- 2024-08-26 15:19:05 +0000 UTC
docs: copy
2 files changed,
+8,
-0
+1,
-0
1@@ -50,6 +50,7 @@ The benefits of using this library:
2 - The missing model and controller (MC) in react (V)
3 - Designed for single-page applications (SPAs)
4 - Makes data normalization easy and straightforward
5+- Tools to preload and refresh data
6 - Has a powerful middleware system similar to `express` to handle requests and
7 responses
8 - Reduces state management boilerplate to its absolute essentials
+7,
-0
1@@ -48,6 +48,13 @@
2 <p>A robust system for handling complex business logic using structured concurrency</p>
3 </div>
4
5+ <div class="box">
6+ <h3 class="m-0 p-0 text-lg">
7+ Tools for preload and refresh data
8+ </h3>
9+ <p>An awesome data loading strategy for web apps</p>
10+ </div>
11+
12 <div class="box">
13 <h3 class="m-0 p-0 text-lg">
14 React integration