v0.1.0-beta #224
gbj
announced in
Announcements
v0.1.0-beta
#224
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.1.0-beta
This release mostly (see crates.io) consists mainly of polishing the many changes described in the
0.1.0-alpha
release notes.Other significant improvements include:
store_value()
andStoredValue
APIs that allow you to use the reactive system to storeCopy
and'static
handles to non-reactive values, just as you can with reactive signals.cargo-leptos
build tool, including transitioning most of the examples over to usecargo-leptos
(except for the client-only examples, which use Trunk) (kudos and many thanks to @benwis and @akesson)stable
support for the new version (thanks to @jquesada2016)... in addition to many small bug-fixes.
We're making very good progress toward a final
0.1.0
release. The only outstanding changes at this point involve improving and updating documentation, slightly loosening a couple APIs to make them easier to use (for example, allowing thepath
property on<Route/>
to takeT: impl std::fmt::Display
rather than&'static str
), and a few performance improvements (like optimized SSR) that will have absolutely no effect on the API exposed to users, but continue to ensure high performance and a good experience.This discussion was created from the release v0.1.0-beta.
Beta Was this translation helpful? Give feedback.
All reactions