You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have merged the leptos_0.7 branch from #2607 because it is much easier just to juggle main + PRs than main, a branch, PRs to main, and PRs to the branch!
Good first issues/PRs super welcome to fill in missing things:
Resource::map and Resource::and_then (use 0.6 as baseline, should be very similar)
Add in missing deprecated functions for things like create_blocking_resource and so on (or at least help compile a list of renamed functions that we can add deprecations for)
Outstanding feature TODOs, in order of priority
Equivalent to a user implementing IntoView on an arbitrary struct (IntoRender)
hot reloading (and therefore view markers)
Resource::refetch()
static routes
Resource::once (with a relatively more efficient implementation)
Await component (use Resource::once above)
AnimatedShow
Router/Route base
Nested router set_is_routing
SsrMode::PartiallyBlocked
Figuring out the interaction between Lazy routes and hydration (what do you do while hydrating if the code for the route hasn't been lazy-loaded yet?)
Reactive channel implementation for single-use signals
trailing slash modes
fallible hydration => start from suspense boundary
AnimatedRoutes/AnimatedOutlet
Forward-ported bug fixes (things that have been fixed on 0.6 but reimplemented in 0.7, and need to be checked)
I have merged the
leptos_0.7
branch from #2607 because it is much easier just to juggle main + PRs than main, a branch, PRs to main, and PRs to the branch!Good first issues/PRs super welcome to fill in missing things:
Resource::map
andResource::and_then
(use 0.6 as baseline, should be very similar)create_blocking_resource
and so on (or at least help compile a list of renamed functions that we can add deprecations for)Outstanding feature TODOs, in order of priority
IntoView
on an arbitrary struct (IntoRender
)Resource::refetch()
Resource::once
(with a relatively more efficient implementation)Await
component (useResource::once
above)AnimatedShow
base
set_is_routing
SsrMode::PartiallyBlocked
Lazy
routes and hydration (what do you do while hydrating if the code for the route hasn't been lazy-loaded yet?)AnimatedRoutes
/AnimatedOutlet
Forward-ported bug fixes (things that have been fixed on 0.6 but reimplemented in 0.7, and need to be checked)
ToChildren
#2643)Finalizing:
When ready for release
The text was updated successfully, but these errors were encountered: