Greg Johnston
|
600eb8c1c9
|
serde , serde-lite , and miniserde features for resources
|
2022-10-22 16:22:44 -04:00 |
|
Greg Johnston
|
5c022879f1
|
Transition from serde to serde-lite to save Wasm binary size
|
2022-10-22 11:02:47 -04:00 |
|
Greg Johnston
|
1cacc6b52d
|
Fix issues with route outlet reactivity
|
2022-10-21 22:13:35 -04:00 |
|
Greg Johnston
|
13d3fd82c8
|
Dispose of old routes
|
2022-10-21 15:28:00 -04:00 |
|
Greg Johnston
|
9bf3e804a1
|
Make <Form/> action dynamic in exchange for it being required. This is a pretty good trade, and more importantly it's needed to make forms work properly on routes using params without rerendering the entire form
|
2022-10-21 15:14:34 -04:00 |
|
Greg Johnston
|
289a1561f9
|
Remove extra logs
|
2022-10-21 15:02:12 -04:00 |
|
Greg Johnston
|
89b24bc52f
|
Replace route loaders with resources in examples, as the loader API is going to change
|
2022-10-21 14:47:59 -04:00 |
|
Greg Johnston
|
0e1f3c567f
|
Improve error messages by moving unwrap => expect
|
2022-10-20 17:48:38 -04:00 |
|
Greg Johnston
|
1bbbdbf29e
|
Rationalize features and set up defaults so that a) users don't need to specify csr mode by default and b) tests pass without feature flags
|
2022-10-18 10:42:55 -04:00 |
|
hakesson
|
99b1c323a0
|
Add workspace and disable default ssr or csr features
|
2022-10-18 07:10:57 +02:00 |
|
Greg Johnston
|
ade1376eec
|
Fix SSR with new run_scope_undisposed
|
2022-10-17 19:47:01 -04:00 |
|
Greg Johnston
|
bc8cf4e9fb
|
IntoVec hasn't actually been necessary in a while due to changes in how I handle component children: this removes a nightly feature
|
2022-10-17 12:59:10 -04:00 |
|
Greg Johnston
|
4cb576940a
|
loader_to_json only available as an SSR helper
|
2022-10-17 10:53:10 -04:00 |
|
Greg Johnston
|
3f7e7193ea
|
Clearing up some of the flood of warnings for unused imports etc. that have come up as I've shifted around implementations
|
2022-10-17 10:45:20 -04:00 |
|
Greg Johnston
|
4c5518bd20
|
Helper for route loader JSON responses
|
2022-10-16 22:18:07 -04:00 |
|
Greg Johnston
|
3dd3870dbf
|
Fixing/updating SSR/hydration and some bugs in new reactivity
|
2022-10-15 22:17:58 -04:00 |
|
Greg Johnston
|
d0127ce30d
|
Initial work on Leptos Router docs and publishing crate
|
2022-10-14 17:29:22 -04:00 |
|
Greg Johnston
|
16f084a712
|
Fix Hacker News SSR/streaming/hydration
|
2022-10-13 18:53:31 -04:00 |
|
Greg Johnston
|
a03cee3faf
|
Simply versioning of interrelated packages
|
2022-10-12 22:30:33 -04:00 |
|
Greg Johnston
|
6e89ea4447
|
Proc-macro hygiene by including cx in view! macro. :-( but necessary...
|
2022-10-10 20:44:44 -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
|
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
|
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
|
5742cc8bd9
|
Set versions
|
2022-10-07 06:41:50 -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
|
3d96e10937
|
Reorganize <Router/> and <Routes/> so that hydration isn't broken
|
2022-10-01 21:26:05 -04:00 |
|
Greg Johnston
|
862258e035
|
Make router integration easier
|
2022-09-30 15:57:35 -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
|
f9ff54249a
|
Make it clearer which hooks are reactive
|
2022-09-25 22:10:46 -04:00 |
|
Greg Johnston
|
d8cfa973f1
|
Get router working with SSR
|
2022-09-25 22:10:37 -04:00 |
|
Greg Johnston
|
0f110cd2a1
|
Initial <title> work for meta tags
|
2022-09-23 16:33:00 -04:00 |
|
Greg Johnston
|
010a8ad985
|
Hide all transition features under a feature flag for increased perf/marginally smaller bundle size when not needed
|
2022-09-21 19:38:42 -04:00 |
|
Greg Johnston
|
fa80ba261d
|
Clear a warning
|
2022-09-20 15:37:45 -04:00 |
|
Greg Johnston
|
edd84f4ec5
|
Easily export ParamsMap to query string
|
2022-09-20 15:37:35 -04:00 |
|
Greg Johnston
|
1695f129e2
|
Cleanup
|
2022-09-20 14:31:06 -04:00 |
|
Greg Johnston
|
d4204241e8
|
Make href actually reactive
|
2022-09-17 17:09:00 -04:00 |
|
Greg Johnston
|
5eb2364b2c
|
Fix <Form/> submission with ENTER button
|
2022-09-17 16:23:05 -04:00 |
|
Greg Johnston
|
23b9730fd3
|
Better warnings in loader
|
2022-09-17 10:38:40 -04:00 |
|
Greg Johnston
|
2c6a679ffb
|
Lazy-evaluate children
|
2022-09-16 22:35:25 -04:00 |
|
Greg Johnston
|
6f96efed14
|
Strip unnecessary div wrapper
|
2022-09-14 22:17:04 -04:00 |
|
Greg Johnston
|
6a1eac0945
|
<Form/> component
|
2022-09-14 10:15:52 -04:00 |
|
Greg Johnston
|
d59147e355
|
use_query, use_query_map, use_navigate hooks
|
2022-09-14 10:15:45 -04:00 |
|
Greg Johnston
|
3ccd42c5b6
|
Router <Form/> component (GET only for now)
|
2022-09-14 10:14:47 -04:00 |
|