essor 0.0.15 → 0.0.16-beta.2

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.
package/README.md CHANGED
@@ -77,12 +77,15 @@ npm run dev
77
77
 
78
78
  Check out the [examples](./examples) directory for more examples:
79
79
 
80
- - [Basic Example](./examples/basic) - Getting started
81
- - [Todo App](./examples/todo) - Complete application
82
- - [SSR Example](./examples/ssr) - Server-side rendering
83
- - [SSG Example](./examples/ssg) - Static site generation
84
- - [Suspense Example](./examples/suspense) - Async components
85
- - [Portal Example](./examples/portal) - Portal components
80
+ - [Signals](./examples/signals) - Signal state, computed outputs, and batch updates
81
+ - [TodoMVC](./examples/todo-mvc) - Basic todo flows
82
+ - [Fragment](./examples/fragment) - Wrapper-free table rows
83
+ - [Binding](./examples/binding) - Bind API across text, select, range, and files
84
+ - [Provide](./examples/provide) - Scoped dependency injection
85
+ - [Portal](./examples/portal) - Portal target switching and inline fallback
86
+ - [Suspense](./examples/suspense) - Async boundaries with loading fallbacks
87
+ - [HMR](./examples/hmr) - Stateful hot-refresh demo
88
+ - [Hydrate](./examples/hydrate) - SSR shell and client hydration
86
89
 
87
90
 
88
91
  ## 🤝 Contributing
@@ -131,4 +134,3 @@ Thanks to all developers who contributed to Essor!
131
134
  [GitHub](https://github.com/estjs/essor) | [Documentation](https://essor.netlify.app/) | [Discussions](https://github.com/estjs/essor/discussions)
132
135
 
133
136
  </div>
134
-