Jonathan Kelley
|
09e14f1936
Implement some clippy fixes
|
hace 1 año |
Jonathan Kelley
|
7b0dcb3206
Add flush_sync and pre_render methods to core
|
hace 1 año |
Evan Almloff
|
c3edf99b63
make anyprops and vprops private again
|
hace 1 año |
Jonathan Kelley
|
fc0b0f02a1
downcast data with panic
|
hace 1 año |
Evan Almloff
|
ae3e167cfe
make fullstack hello world compile
|
hace 1 año |
Evan Almloff
|
499e81fa82
fix fullstack send bound
|
hace 1 año |
Evan Almloff
|
dab87c0144
try not double boxing
|
hace 1 año |
Jonathan Kelley
|
374c7d0cd8
Cleanup more of core
|
hace 1 año |
Jonathan Kelley
|
9f595171ce
Remove boxedanyprops abstraction
|
hace 1 año |
Jonathan Kelley
|
fb4f97406c
Fix router codegen
|
hace 1 año |
Jonathan Kelley
|
3fb7c359c2
Rename to component function
|
hace 1 año |
Jonathan Kelley
|
c94af9538b
Remove phantom markers and just default to Rc<dyn Fn(props) -> Element> where it makes sense
|
hace 1 año |
Evan Almloff
|
ef553a2cb2
unbox component functions
|
hace 1 año |
Jonathan Kelley
|
bb6aa9e792
Add back ondestroy hook
|
hace 1 año |
Evan Almloff
|
940108f242
fix hydration
|
hace 1 año |
Evan Almloff
|
a1c68448a7
fix placeholder template names
|
hace 1 año |
Evan Almloff
|
36e9eb1160
partially restore spreading attributes
|
hace 1 año |
Jonathan Kelley
|
fae0b08e61
Fix the router and stub out a number of crates to get compiling
|
hace 1 año |
Jonathan Kelley
|
8c94f0bc4a
get compiling
|
hace 1 año |
Jonathan Kelley
|
2ae3241cc0
Merge branch 'master' into jk/breaking-merged
|
hace 1 año |
Evan Almloff
|
598b557aee
rename HasProps to ComponentFunction
|
hace 1 año |
Evan Almloff
|
fd0a53ab63
make all core tests compile
|
hace 1 año |
Jonathan Kelley
|
8ff13c3c1b
Fix some basic clippy stuff
|
hace 1 año |
Jonathan Kelley
|
1527b81e02
Components participate in event handlers
|
hace 1 año |
Evan Almloff
|
bcbb647d02
fix constructing no argument components
|
hace 1 año |
Jonathan Kelley
|
b8061d6d14
Make clippy happy
|
hace 1 año |
Evan Almloff
|
4a1a00b0f0
fix dioxus ssr
|
hace 1 año |
Evan Almloff
|
b43dfb1f67
fix mounted information
|
hace 1 año |
Evan Almloff
|
8eb2b74832
move mounted info to the VDOM
|
hace 1 año |
Evan Almloff
|
eb602fc29f
clippy fix
|
hace 1 año |