Greg Johnston
|
c63c8728a7
|
Clear warnings in router example
|
2022-12-19 07:41:50 -05:00 |
|
Greg Johnston
|
92335989b7
|
Don't overwrite MetaContext from integration
|
2022-12-12 20:55:57 -05:00 |
|
Greg Johnston
|
6b6c54e8ff
|
Updating hackernews example
|
2022-12-12 13:40:05 -05:00 |
|
Greg Johnston
|
1f3dde5b4a
|
Fix Hackernews CSS
|
2022-12-06 19:22:29 -05:00 |
|
Greg Johnston
|
a65cd67db3
|
Fix name of Wasm export
|
2022-12-06 18:18:46 -05:00 |
|
Ben Wishovich
|
52ad546710
|
Update rest of the examples and make the tests pass
|
2022-12-04 17:25:03 -08:00 |
|
Greg Johnston
|
19698d86b6
|
Allow styling <A/> component with class
|
2022-12-02 13:20:07 -05:00 |
|
Greg Johnston
|
3d54055573
|
Add <Meta/> component to leptos_meta
|
2022-12-02 12:36:51 -05:00 |
|
Greg Johnston
|
db8c393f49
|
Update examples
|
2022-11-30 11:36:54 -05:00 |
|
Greg Johnston
|
c5a1e9a447
|
Copy edited and added Trunk install instructions
|
2022-11-29 20:00:09 -05:00 |
|
Ben Wishovich
|
e88e131ec3
|
Add READMEs to all examples and fix typo in todo-app-axum
|
2022-11-29 13:14:59 -08:00 |
|
hakesson
|
17baec46b7
|
Fix path deps' going one level too high
|
2022-11-28 06:03:56 +01:00 |
|
Greg Johnston
|
ed24e47c1d
|
Add examples of canceling in-flight requests (issue #32) and filter against empty IDs to avoid extra requests (issue #123)
|
2022-11-26 15:29:46 -05:00 |
|
Greg Johnston
|
89f837d3b6
|
Fixes #98, cleans up leptos_meta , and improves interface by removing manual .into() calls
|
2022-11-21 10:47:54 -05:00 |
|
Greg Johnston
|
58e0bead02
|
Fix JS path in hackernews example
|
2022-11-18 10:24:36 -05:00 |
|
Ben Wishovich
|
3885816699
|
Add hackernews-axum example
|
2022-11-15 14:08:09 -08:00 |
|
Greg Johnston
|
a94e739725
|
Small changes to fix CI and clean up
|
2022-11-14 22:19:21 -05:00 |
|
Ben Wishovich
|
40ed424116
|
Add denylist for optional Cargo features
|
2022-11-14 16:57:08 -08:00 |
|
Ben Wishovich
|
9c59564e16
|
Update cfg to make CI happy and remove some extra imports
|
2022-11-14 16:08:34 -08:00 |
|
Ben Wishovich
|
11f375fdaa
|
Fix another booboo in js imports
|
2022-11-14 15:02:58 -08:00 |
|
Ben Wishovich
|
bf301c2266
|
Fix issue with old import
|
2022-11-14 14:57:47 -08:00 |
|
Ben Wishovich
|
992983efd9
|
Commit WIP version of isomorphic counter
|
2022-11-14 12:04:26 -08:00 |
|
Ben Wishovich
|
d8c2cab64d
|
Fix crate name
|
2022-11-14 09:15:56 -08:00 |
|
Ben Wishovich
|
0f2715290c
|
Updated hacker news example to new SFA format and added a README
|
2022-11-14 09:03:44 -08:00 |
|
Greg Johnston
|
2483616d0d
|
Remove route data loaders for now.
|
2022-11-05 09:32:12 -04:00 |
|
Greg Johnston
|
db69145fd9
|
Sorting out all sorts of feature flags etc. so everything will build and test
|
2022-11-02 21:46:47 -04:00 |
|
Greg Johnston
|
ae0fad5465
|
Abstract out ActixIntegration into a broader ServerIntegration and make it easier to use
|
2022-10-30 19:41:59 -04:00 |
|
Greg Johnston
|
88464fefe9
|
Merge pull request #35 from danheuck/unserializable-resources
Unserializable resources
|
2022-10-23 21:23:36 -04:00 |
|
Greg Johnston
|
1d48da937b
|
Clarify TLS/HTTPS in HackerNews example server
|
2022-10-23 13:28:07 -04:00 |
|
Dan Heuckeroth
|
e80f04a5e8
|
Fix hackernews-app example
|
2022-10-22 23:13:31 -04:00 |
|
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
|
a119acdfca
|
Add missing panic hook dep
|
2022-10-22 10:35:10 -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
|
5880aaefd5
|
Include examples in workspace so rust-analyzer works (per issue #28)
|
2022-10-20 21:44:38 -04:00 |
|
Greg Johnston
|
f59efc6c2b
|
Fix duplicates because I'm terrible at using GitHub
|
2022-10-20 21:43:30 -04:00 |
|
Greg Johnston
|
af152891a1
|
Merge branch 'main' into pr/add-console-panic-hooks
|
2022-10-20 17:51:40 -04:00 |
|
Oceantume
|
7065e5b32d
|
Add console error panic hook to all existing examples
|
2022-10-20 17:45:46 -04:00 |
|
Greg Johnston
|
a463bcca43
|
Add console_error_panic_hook to examples
|
2022-10-20 17:28:09 -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 |
|
Greg Johnston
|
418e4f4c77
|
wee_alloc is unmaintained so I'm now getting security alerts about it; I'm removing it from the examples.
|
2022-10-17 13:51:39 -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
|
9a03fcf2ef
|
Provide helping for streaming SSR
|
2022-10-16 22:06:13 -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
|
56c04e3772
|
Small updates to book
|
2022-10-14 15:44:08 -04:00 |
|
Greg Johnston
|
16f084a712
|
Fix Hacker News SSR/streaming/hydration
|
2022-10-13 18:53:31 -04:00 |
|
Greg Johnston
|
9563e70dcf
|
Fix hackernews example (CSR)
|
2022-10-13 17:13:30 -04:00 |
|
Greg Johnston
|
c02839d6fc
|
Remove version numbers from examples
|
2022-10-12 14:43:42 -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
|
b23a6b6a26
|
Add version number for leptos dependencies
|
2022-10-07 06:53:17 -04:00 |
|
Greg Johnston
|
1a1af6a673
|
Out-of-order HTML streaming of Suspense nodes!
|
2022-09-11 21:13:30 -04:00 |
|
Greg Johnston
|
1b796ccd70
|
Remove unnecessary quotes
|
2022-09-11 16:20:56 -04:00 |
|
Greg Johnston
|
fb1dc9302a
|
Remove layout jank
|
2022-09-11 16:20:52 -04:00 |
|
Greg Johnston
|
80de7e9e12
|
Work on data streaming
|
2022-09-11 15:11:03 -04:00 |
|
Greg Johnston
|
4424361f57
|
Fixing hydration
|
2022-09-08 22:04:36 -04:00 |
|
Greg Johnston
|
4a8339df18
|
Picking away at hydration bugs
|
2022-09-07 22:21:22 -04:00 |
|
Greg Johnston
|
133a088364
|
Progress on SSR/hydration
|
2022-09-07 15:43:35 -04:00 |
|
Greg Johnston
|
45d1bbc236
|
Create HackerNews app
|
2022-09-05 12:32:27 -04:00 |
|