Greg Johnston
4ffa3c46b6
upgrading hackernews example
2024-08-01 19:41:10 -04:00
Greg Johnston
43178b56dc
chore(ci): move example CI over to stable ( #2502 )
2024-04-05 14:55:31 -04:00
Sam Judelson
ca07d29db5
stable examples change ( #2497 )
2024-04-04 20:11:28 -07:00
martin frances
69d25d9c63
examples/hackernews: Add a "Suspense" wrapper. ( #2253 )
...
This warning appears in the browser's console log.
```
hackernews.js:933 At src/routes/stories.rs:39:17, you are reading a resource in `hydrate` mode outside a <Suspense/> or <Transition/>. This can cause hydration mismatch errors and loses out on a significant performance optimization. To fix this issue, you can either:
1. Wrap the place where you read the resource in a <Suspense/> or <Transition/> component, or
2. Switch to using create_local_resource(), which will wait to load the resource until the app is hydrated on the client side. (This will have worse performance in most cases.)
```
2024-02-03 14:24:46 -08:00
Greg Johnston
1d1de4ac38
remove cfg-if
from all examples
2024-01-19 14:16:58 -05:00
Greg Johnston
31b2b9e94c
remove explicit handle_server_fns
in most cases because it's now included in .leptos_routes()
2024-01-19 14:16:58 -05:00
Greg Johnston
f7adf6f73d
examples: fix hackernews examples oops
2023-09-29 13:36:13 -04:00
Greg Johnston
3f2a9facf8
change: enable inline children for For
by switching to children
and bind:
( #1773 )
2023-09-26 14:24:02 -04:00
Greg Johnston
1bd47f34e5
feat: make Transition
set_pending
use #[prop(into)]
( #1746 )
2023-09-18 22:46:03 -04:00
Greg Johnston
23d48d4c0e
docs: remove stray references to Scope
( closes #1671 )
2023-09-08 16:02:45 -04:00
Greg Johnston
9adae32847
examples: improve hackernews behavior
2023-08-25 16:00:47 -04:00
Greg Johnston
dbc707adcd
feat/change: adopt reactive ownership model and drop cx
/Scope
( #918 )
2023-08-21 19:31:37 -04:00
Milo Moisson
6abfdd2345
examples: on_cleanup misorder? in fetch examples ( #1532 )
...
* Update api.rs
* fix: second hackernews example
2023-08-15 06:18:38 -04:00
Mark Catley
0726a3034d
examples: fix github links ( #1493 )
2023-08-04 07:55:04 -04:00
Greg Johnston
6b90e1babd
examples: add 404 support in Actix examples ( closes #1031 ) ( #1291 )
2023-07-06 10:35:37 -04:00
Greg Johnston
17adf7cc14
feat: pass components with no props directly into the view as a function that takes only Scope
( #1144 )
2023-06-05 20:48:22 -04:00
Greg Johnston
a9ed8461d1
feat: add "async routing" feature ( #1055 )
...
* add "async routing" feature that waits for async resources to resolve before navigating
* add support for Outlet
* add `<RoutingProgress/>` component
2023-05-21 06:46:23 -04:00
agilarity
9997487a9c
test: lint examples with --all-features ( #1008 )
...
* test: lint all features
* fix(counter_isomorphic): check-style issues
* fix(errors_axum): check-style issues
* fix(hackernews): check-style issues
* fix(hackernews_axum): check-style issues
* fix(session_auth_axum): check-style issues
* build(session_auth_axum): add common tasks
* fix(ssr_modes): check-style issues
* build(ssr_modes_axum): add common tasks
* fix(ssr_modes_axum): check-style issues
* build(tailwind): add common tasks
* fix(tailwind): check-style issues
* fix(todo_app_sqlite_axum): check-style issues
* fix(todo_app_sqlite_viz): check-style issues
2023-05-05 22:25:29 -04:00
agilarity
012285337b
fix: lint issues in hackernews
example ( #991 )
...
* build: add common tasks
* test: resolve check-style issues
2023-05-05 11:25:13 -04:00
Greg Johnston
7bce4de682
fix: issues with nested <Suspense/>
( closes #764 ) ( #781 )
2023-04-02 15:57:43 -04:00
Azz
b153ab51ee
feat: support rkyv
encoding ( #577 )
2023-02-26 16:12:53 -05:00
Greg Johnston
4ff08f042b
change: pass Scope
as argument into Resource::read()
and Resource::with()
( #542 )
2023-02-19 19:52:31 -05:00
Greg Johnston
c24874d9c8
change: add Scope
to view function in <For/>
to avoid memory "leak" ( #492 )
2023-02-08 20:28:04 -05:00
Ben Wishovich
76aeb573bf
fix: convert site_address
to site_addr
to match cargo-leptos
( #462 )
2023-02-04 16:37:41 -05:00
Greg Johnston
4034aa9c11
feature: add isomorphic <Redirect/>
component ( closes #412 ) ( #466 )
2023-02-04 10:02:17 -05:00
IcosaHedron
f2e7b00d5a
Fix CSR with Trunk on hackernews example, remove CSR option from isomorphic example ( #369 )
...
* Fix CSR with Trunk on hackernews example
* Update isomorphic example to remove CSR from Readme
2023-01-25 20:15:12 -05:00
benwis
10a833d763
Switch get_configuration calls to None and add a note in the docs for
...
uses of get_configuration()
2023-01-15 12:50:25 -08:00
Greg Johnston
c8f0988e53
Merge pull request #292 from gbj/router-warnings
...
Implement `state` and `replace` correctly in `leptos_router` and clear warnings
2023-01-09 21:11:28 -05:00
Greg Johnston
64f0f8879b
Implement state
and replace
correctly in leptos_router
and clear warnings
2023-01-09 21:10:42 -05:00
Greg Johnston
992b218ffe
Merge pull request #291 from gbj/correct-axum-query-handling
...
Correct Axum query handling
2023-01-09 20:44:58 -05:00
Greg Johnston
c050456a47
Use a runtime warning about SVG <a/> instead of a macro warning on all ambiguous tags
2023-01-09 20:31:51 -05:00
benwis
ee647cba1c
Add Favicons to all the examples and standardize on the public folder for public assets
2023-01-09 15:27:52 -08:00
Greg Johnston
8b92a561a3
Merge pull request #269 from benwis/generated_routes
...
Generate Routes and pass them to Actix/Axum
2023-01-09 07:02:11 -05:00
benwis
6603c44ce2
Minor fixes and revisions
2023-01-08 19:36:24 -08:00
benwis
dc60c35b58
Rewrite file handlers for Axum, and update all examples to use the new
...
generated routes. Fix a few issues in the integrations, and reduce the
number of warnings
2023-01-08 14:18:51 -08:00
Martin
67503a108d
BugFix.
2023-01-08 15:28:30 +00:00
Martin
ef52a01838
examples/hackernews - Cargo clippy fixes.
2023-01-08 13:33:53 +00:00
Greg Johnston
319a058e63
Fix relative route for stylesheet in hackernews
2023-01-06 16:06:03 -05:00
Greg Johnston
411fc51ea2
Clean up examples
2023-01-02 16:20:05 -05:00
Ben Wishovich
827b787c91
Bugfixes, using cargo-leptos for CSS, and updating READMEs.
2022-12-31 18:39:05 -08:00
Ben Wishovich
f45d33db73
Move the examples out of the workspace, and standardize naming. All of the SSR examples now work with cargo-leptos
2022-12-31 15:52:19 -08:00
Ben Wishovich
442dc1e041
More changes to the examples
2022-12-30 16:17:17 -08:00
Greg Johnston
9bde885b9d
Fix suspense in story page
2022-12-29 19:28:10 -05:00
Greg Johnston
383f8a409d
Add <Suspense/>
to story and user pages
2022-12-29 19:17:35 -05:00
Greg Johnston
70f6297277
Merge branch 'leptos_dom_v2' of https://github.com/jquesada2016/leptos into jquesada2016-leptos_dom_v2
2022-12-29 09:32:12 -05:00
Greg Johnston
4b1fce4c9c
Revert "Merge branch 'main' into pr/119"
...
This reverts commit 63f680f37d
, reversing
changes made to 50ba796f49
.
2022-12-28 15:06:46 -05:00
Greg Johnston
63f680f37d
Merge branch 'main' into pr/119
2022-12-28 14:21:54 -05:00
Greg Johnston
48e1d6cfab
Recursive components allowed
2022-12-23 17:00:52 -05:00
Greg Johnston
6354b79588
Use Transition
in example
2022-12-23 11:34:20 -05:00
Greg Johnston
d158c34d24
Transition back to Transition
in hackernews
2022-12-22 20:55:38 -05:00