fix: release post link

This commit is contained in:
Jonathan Kelley 2022-01-03 14:42:36 -05:00
parent fdbc2bc915
commit 616227bd3d
2 changed files with 12 additions and 8 deletions

View file

@ -76,7 +76,7 @@ If you know React, then you already know Dioxus.
- Comprehensive inline documentation - hover and guides for all HTML elements, listeners, and events.
- Extremely memory efficient - 0 global allocations for steady-state components.
- Multi-channel asynchronous scheduler for first-class async support.
- And more! Read the [full release post here](https://dioxuslabs.com/).
- And more! Read the [full release post here](https://dioxuslabs.com/blog/introducing-dioxus/).
### Examples

View file

@ -12,23 +12,27 @@
- [Lists](elements/lists.md)
- [Adding Interactivity](interactivity/index.md)
- [Hooks and Internal State](interactivity/hooks.md)
- [Event handlers](interactivity/event_handlers.md)
<!-- - [Event handlers](interactivity/event_handlers.md)
- [User Input and Controlled Components](interactivity/user_input.md)
- [Lifecycle, updates, and effects](interactivity/lifecycles.md)
- [Lifecycle, updates, and effects](interactivity/lifecycles.md) -->
<!--
- [Managing State](state/index.md)
- [Local State](state/localstate.md)
- [Lifting State](state/liftingstate.md)
- [Global State](state/sharedstate.md)
- [Error handling](state/errorhandling.md)
- [Working with Async](async/index.md)
- [Tasks](async/asynctasks.md)
- [Putting it all together: Dog Search Engine](tutorial/index.md)
- [Error handling](state/errorhandling.md) -->
<!-- - [Working with Async](async/index.md)
- [Tasks](async/asynctasks.md) -->
<!-- - [Putting it all together: Dog Search Engine](tutorial/index.md)
- [New app](tutorial/new_app.md)
- [Structuring our app](tutorial/structure.md)
- [Defining State](tutorial/state.md)
- [Defining Components](tutorial/components.md)
- [Styling](tutorial/styling.md)
- [Bundling](tutorial/publishing.md)
- [Bundling](tutorial/publishing.md) -->
- [Next Steps and Advanced Topics](final.md)