Jose Quesada
|
e641108ed3
|
fixed error compiling
|
2022-12-08 18:01:06 -06:00 |
|
Jose Quesada
|
c3b4945c7e
|
removed all cfgs that depend on anything but web and wasm32
|
2022-12-08 17:56:52 -06:00 |
|
Jose Quesada
|
95c535290d
|
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into leptos_dom_v2
|
2022-12-08 17:48:45 -06:00 |
|
Jose Quesada
|
6af0b1a8ed
|
hydration is now determained at runtime startup
|
2022-12-08 17:48:30 -06:00 |
|
Greg Johnston
|
9928abf36d
|
Fix closing-node creation in Each in release
|
2022-12-08 18:45:27 -05:00 |
|
Greg Johnston
|
f0257222f8
|
Fix cx injection in macro
|
2022-12-08 18:29:44 -05:00 |
|
Greg Johnston
|
135317b7b8
|
Method, not a field
|
2022-12-08 18:26:44 -05:00 |
|
Jose Quesada
|
6b24135070
|
fixed subtle bug when hydrating from a text node would cause DynChild to not unmount correctly
|
2022-12-08 17:00:55 -06:00 |
|
Jose Quesada
|
e08808c2ab
|
fixed SSR compilation errors
|
2022-12-08 16:13:12 -06:00 |
|
Jose Quesada
|
a932f72a4f
|
DynChild now creating child scopes
|
2022-12-08 16:07:44 -06:00 |
|
Jose Quesada
|
75befde788
|
now creating child scopes for Each
|
2022-12-08 15:17:12 -06:00 |
|
Jose Quesada
|
adac34790e
|
now creating child scopes for Each items, still not cleaning them up, however
|
2022-12-08 11:50:22 -06:00 |
|
Jose Quesada
|
838d0d27c9
|
fixed DynChild not removing the text generated on SSR
|
2022-12-08 11:10:34 -06:00 |
|
Jose Quesada
|
d29d29c1d4
|
fixed .into_view(cx) calling order to match between SSR and CSR
|
2022-12-08 10:41:28 -06:00 |
|
Jose Quesada
|
61e206c227
|
corrected DynChild to now mount children on SSR
|
2022-12-08 09:19:00 -06:00 |
|
Jose Quesada
|
70ae60d4d5
|
fixed broken compilation
|
2022-12-08 08:56:53 -06:00 |
|
Greg Johnston
|
56457bc3ad
|
Generate HydrationKey with Scope
|
2022-12-07 15:57:53 -05:00 |
|
Greg Johnston
|
45395fe580
|
Fix off-by-one issue
|
2022-12-07 15:46:09 -05:00 |
|
Jose Quesada
|
3a90ed6c21
|
added debug aids to find the off-by-one error
|
2022-12-07 12:33:39 -06:00 |
|
Jose Quesada
|
55b691e1b0
|
marker hydration fixed, but we have an off-by-one error on id generation
|
2022-12-07 12:05:12 -06:00 |
|
Jose Quesada
|
c9b57ffa85
|
changed the value to bind to another input while I fix text
|
2022-12-07 10:43:10 -06:00 |
|
Jose Quesada
|
c239716170
|
updated the example to work with hydartion
|
2022-12-07 10:04:54 -06:00 |
|
Jose Quesada
|
46ef1bcf5d
|
initial impl of eager hydration
|
2022-12-07 09:36:36 -06:00 |
|
Jose Quesada
|
5ac06251d4
|
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into leptos_dom_v2
|
2022-12-07 07:24:53 -06:00 |
|
Jose Quesada
|
395cfe6bf1
|
fixed SSR and CSR cfg features
|
2022-12-07 07:24:35 -06:00 |
|
Greg Johnston
|
963ff85a5f
|
Get basic SSR example working
|
2022-12-06 23:04:48 -05:00 |
|
Greg Johnston
|
dcbdbc8925
|
<template/> doesn't work as a self-closing tag
|
2022-12-06 23:03:33 -05:00 |
|
Jose Quesada
|
c290d1e9d6
|
started impl hydration for HtmlElement
|
2022-12-06 20:14:35 -06:00 |
|
Jose Quesada
|
51e5c6ba62
|
fixed TopoId not having a sum field
|
2022-12-06 11:35:31 -06:00 |
|
Jose Quesada
|
ee470b37bb
|
removed starting_offset when calculating children ids
|
2022-12-06 10:26:19 -06:00 |
|
Jose Quesada
|
74c716e0f6
|
fixed attrs that start with an empty value from not having a space
|
2022-12-06 10:12:14 -06:00 |
|
Jose Quesada
|
00c25b5605
|
fixed EachItem not getting <template /> markers, as well as Unit
|
2022-12-06 09:55:02 -06:00 |
|
Jose Quesada
|
280f7a7735
|
removed cx param from all helper methods
|
2022-12-06 07:32:49 -06:00 |
|
Jose Quesada
|
f02405b649
|
fixed IntoProperty from disconnection from overwritten Scope
|
2022-12-06 07:24:21 -06:00 |
|
Jose Quesada
|
d6ef65daf6
|
fixed IntoClass from not disconnecting from overwritten Scope
|
2022-12-06 07:21:14 -06:00 |
|
Jose Quesada
|
98414ac192
|
removed overzelus use of Scope in Attribute
|
2022-12-06 07:15:39 -06:00 |
|
Jose Quesada
|
8b7728096a
|
fixed IntoChild to not disconnect from overwritten Scope
|
2022-12-05 20:51:00 -06:00 |
|
Greg Johnston
|
aec289e384
|
Get SSR benchmarks running again
|
2022-12-05 20:34:29 -05:00 |
|
Greg Johnston
|
432eda8d6d
|
Add some often-used helper functions
|
2022-12-05 20:00:27 -05:00 |
|
Greg Johnston
|
aa10ab861a
|
Fix new cx -passing API for Attribute
|
2022-12-05 16:09:22 -05:00 |
|
Greg Johnston
|
870d8f3542
|
Different form for passing in cx
|
2022-12-05 16:07:25 -05:00 |
|
Greg Johnston
|
166df8d4c4
|
Merge changes to remove cx everywhere
|
2022-12-05 16:05:12 -05:00 |
|
Greg Johnston
|
666269539d
|
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into leptos_dom_v2
|
2022-12-05 16:04:54 -05:00 |
|
Greg Johnston
|
0230b1ffa5
|
Deal w/ merge issues and get SSR working
|
2022-12-05 16:04:02 -05:00 |
|
Jose Quesada
|
3dd789f0c2
|
fixed IntoAttribute from disconnecting from it's overwritten Scope
|
2022-12-05 14:30:21 -06:00 |
|
Greg Johnston
|
dbb0fca1cb
|
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into leptos_dom_v2
|
2022-12-05 15:12:09 -05:00 |
|
Greg Johnston
|
b8bd3bef13
|
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into leptos_dom_v2
|
2022-12-05 15:11:17 -05:00 |
|
Jose Quesada
|
59f753cebb
|
impl all the macro helper traits for (Scope, T)
|
2022-12-05 14:09:39 -06:00 |
|
Greg Johnston
|
d5f91e67a5
|
First pass at SSR
|
2022-12-05 15:09:04 -05:00 |
|
Greg Johnston
|
1b854ed787
|
Warn if you re-set a NodeRef
|
2022-12-05 14:24:33 -05:00 |
|