Greg Johnston
|
6e89ea4447
|
Proc-macro hygiene by including cx in view! macro. :-( but necessary...
|
2022-10-10 20:44:44 -04:00 |
|
Greg Johnston
|
79f383c89e
|
Merge branch 'main' of https://github.com/gbj/leptos
|
2022-10-10 10:31:18 -04:00 |
|
Greg Johnston
|
637b4cb4ec
|
Resource docs and testing infrastructure
|
2022-10-10 10:31:13 -04:00 |
|
Greg Johnston
|
5ac1f06e26
|
Update README.md
|
2022-10-09 22:24:04 -04:00 |
|
Greg Johnston
|
e7d00b4db5
|
Update README.md
|
2022-10-09 22:23:48 -04:00 |
|
Greg Johnston
|
27d917556c
|
Merge branch 'main' of https://github.com/gbj/leptos
|
2022-10-09 22:22:19 -04:00 |
|
Greg Johnston
|
ca37ca9c68
|
Actual README content
|
2022-10-09 22:22:04 -04:00 |
|
Greg Johnston
|
229d7ffce1
|
Initial work on Leptos Guide
|
2022-10-09 22:21:54 -04:00 |
|
Greg Johnston
|
15e4da9600
|
Work on docs
|
2022-10-09 22:17:09 -04:00 |
|
Greg Johnston
|
3edc834b7c
|
Note that README is incomplete
|
2022-10-09 09:12:11 -04:00 |
|
Greg Johnston
|
831ca3b819
|
Initial work on docs in README
|
2022-10-08 22:22:35 -04:00 |
|
Greg Johnston
|
b6cdf43622
|
Fix issue #1 on route loaders reloading
|
2022-10-08 22:03:35 -04:00 |
|
Greg Johnston
|
3638f488c9
|
Change <Link/> and <NavLink/> to <A/>, and update router example
|
2022-10-08 21:34:59 -04:00 |
|
Greg Johnston
|
2d2f2a52a4
|
Update all libraries and examples to use new set_x API
|
2022-10-08 20:39:13 -04:00 |
|
Greg Johnston
|
6e5e18eb33
|
Transition example broken, should fix
|
2022-10-08 20:38:56 -04:00 |
|
Greg Johnston
|
a26ab79415
|
Change default behavior of WriteSignal so that set_X() assigns a new value T, and set_X.update(...) takes a fn
|
2022-10-08 20:38:34 -04:00 |
|
Greg Johnston
|
1a61b7a5f9
|
Version 0.0.3
|
2022-10-08 08:13:30 -04:00 |
|
Greg Johnston
|
dd325b881f
|
Downgrade to fix build
|
2022-10-08 08:10:58 -04:00 |
|
Greg Johnston
|
89770d5b38
|
Update versions
|
2022-10-08 08:10:17 -04:00 |
|
Greg Johnston
|
0b76882990
|
Fix types with no feature enabled
|
2022-10-08 08:06:59 -04:00 |
|
Greg Johnston
|
ae9304a189
|
Version 0.0.3
|
2022-10-08 08:02:07 -04:00 |
|
Greg Johnston
|
8936e06783
|
Fix default feature
|
2022-10-08 07:54:49 -04:00 |
|
Greg Johnston
|
ecd584bc57
|
Add create_selector
|
2022-10-08 07:52:30 -04:00 |
|
Greg Johnston
|
4c8707d290
|
Add create_selector
|
2022-10-08 07:49:46 -04:00 |
|
Greg Johnston
|
10cc0fbef4
|
Clean up some dependency issues
|
2022-10-07 16:28:22 -04:00 |
|
Greg Johnston
|
c0c42fdf59
|
Clean up features/dependencies
|
2022-10-07 16:05:28 -04:00 |
|
Greg Johnston
|
7f0bdcfa4a
|
Add metadata
|
2022-10-07 07:06:48 -04:00 |
|
Greg Johnston
|
f7aaf984ce
|
Don't package router with framework
|
2022-10-07 07:06:03 -04:00 |
|
Greg Johnston
|
44ef782e65
|
Don't package router with framework
|
2022-10-07 07:05:13 -04:00 |
|
Greg Johnston
|
a4f36102f1
|
Roll back leptos_dom 0.0.2
|
2022-10-07 07:05:05 -04:00 |
|
Greg Johnston
|
3327255440
|
Make leptos_dom submodules public (to allow use from macro)
|
2022-10-07 07:00:20 -04:00 |
|
Greg Johnston
|
b23a6b6a26
|
Add version number for leptos dependencies
|
2022-10-07 06:53:17 -04:00 |
|
Greg Johnston
|
97d7afec2e
|
Fix authors field
|
2022-10-07 06:50:21 -04:00 |
|
Greg Johnston
|
6582036c9d
|
Specify all sub-package versions
|
2022-10-07 06:44:00 -04:00 |
|
Greg Johnston
|
0709675702
|
Remove annoying logs
|
2022-10-07 06:43:01 -04:00 |
|
Greg Johnston
|
5742cc8bd9
|
Set versions
|
2022-10-07 06:41:50 -04:00 |
|
Greg Johnston
|
24d6965893
|
Remove unused reactive system
|
2022-10-07 06:41:34 -04:00 |
|
Greg Johnston
|
450f521ad0
|
Nice quality-of-life improvement: if we don't need to reuse a param, can remove() it to get it owned
|
2022-10-07 06:25:41 -04:00 |
|
Greg Johnston
|
12db14cb40
|
Loader calls for subsequent page navigations in hydration mode
|
2022-10-05 20:37:29 -04:00 |
|
Greg Johnston
|
93b87575c4
|
Fixing hydration
|
2022-10-05 09:06:41 -04:00 |
|
Greg Johnston
|
3d96e10937
|
Reorganize <Router/> and <Routes/> so that hydration isn't broken
|
2022-10-01 21:26:05 -04:00 |
|
Greg Johnston
|
1d42c1b902
|
Significant progress on accurate/robust hydration
|
2022-10-01 21:25:49 -04:00 |
|
Greg Johnston
|
862258e035
|
Make router integration easier
|
2022-09-30 15:57:35 -04:00 |
|
Greg Johnston
|
0e60228f9b
|
Fix hydration???
|
2022-09-30 15:27:49 -04:00 |
|
Greg Johnston
|
a0e320dee3
|
Remove old manual hydration example (would be broken in any case)
|
2022-09-30 15:27:38 -04:00 |
|
Greg Johnston
|
4008240bff
|
Work on hydration
|
2022-09-28 21:35:21 -04:00 |
|
Greg Johnston
|
2e11e2037f
|
Fix stylesheet hydration
|
2022-09-28 21:35:17 -04:00 |
|
Greg Johnston
|
b2fcb552ea
|
Add <Stylesheet> component to meta
|
2022-09-28 20:54:56 -04:00 |
|
Greg Johnston
|
6365ac2c8c
|
Stream resources using bincode => base64 instead of serde_json for bundle size and overall speed
|
2022-09-25 22:11:32 -04:00 |
|
Greg Johnston
|
b4cef51f08
|
Prevent meta from crashing on SSR while this isn't implemented yet
|
2022-09-25 22:11:00 -04:00 |
|