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 feel like we have reached the point where the crate is mostly done, and we are only left with a few unanswered questions/design decisions. Here they are:
Are we correctly handling html attributes? An alternative to passing common attributes such as class, style, width, etc. (what we are currently doing) would be to use the attr feature of leptos.
Since this crate has become pretty stable in the recent months, should we try to match our version to leptos' version? (e.g., publishing version 0.7 once leptos v0.7 comes out)
TODOs
Update the crate to support leptos v0.7
The text was updated successfully, but these errors were encountered:
I feel like we have reached the point where the crate is mostly done, and we are only left with a few unanswered questions/design decisions. Here they are:
class
,style
,width
, etc. (what we are currently doing) would be to use theattr
feature ofleptos
.TODOs
leptos
v0.7The text was updated successfully, but these errors were encountered: