-
-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(draft) Leptos 0.7 #2607
(draft) Leptos 0.7 #2607
Conversation
8f86409
to
bd6743e
Compare
151a27f
to
ba21c57
Compare
94cc661
to
f8c036a
Compare
232a8bf
to
61eea99
Compare
…nal updates by user input
…ch will make it the default owner (e.g., during SSR) instead of None
Will there be follow-up tickets for tracking the open tasks from this PR? I am mainly interested in static routes, but some of the other open points certainly are big enough to also be tracked on their own. |
@NiklasEi Yes, it is just way easier to manage a single |
(Opening this so that I can start tracking test/docs/example coverage)
Things I'd like to achieve before a beta release
todo!()
is okay)projects
Incomplete list of feature TODOs
.await
on resources: clone by default forIntoFuture
, with alternate method to read them by reference<ProtectedRoute/>
Suspend(_)
without a<Suspense/>
set_is_routing
<Body/>
etc. instead ofVec<AnyAttribute>
IntoView
on an arbitrary structLazy
routes and hydration (what do you do while hydrating if the code for the route hasn't been lazy-loaded yet?)path!()
macro to make route definitions easier in routerCopy
but!Send
for!Send
data (like browser things)GlobalAttributes
methods foron____
HTML attributesForward-ported bug fixes (things that have been fixed on 0.6 but reimplemented in 0.7, and need to be checked)
ToChildren
#2643)Finalizing: