Commit Graph

818 Commits

Author SHA1 Message Date
Greg Johnston a18dd6dfd7 re-enable all routes 2024-08-01 19:42:20 -04:00
Greg Johnston 96c956efdf progress on updating suspense tests 2024-08-01 19:42:20 -04:00
Greg Johnston 068865b7de simplifying todo examples 2024-08-01 19:42:20 -04:00
Greg Johnston fa8bb15a67 initial work updating suspense tests 2024-08-01 19:42:20 -04:00
Greg Johnston b109c3e9a3 simplifying and updating server fns example 2024-08-01 19:42:20 -04:00
Greg Johnston 0a559935e7 change name to shell 2024-08-01 19:42:20 -04:00
Greg Johnston fbc6be922d reorganize Outlet export 2024-08-01 19:42:20 -04:00
Greg Johnston b5551863fe examples: porting to 0.7 and cleaning up 2024-08-01 19:42:20 -04:00
Rakshith Ravi 98ea18009d Update import statements in examples (#2625) 2024-08-01 19:41:56 -04:00
Greg Johnston d133cff092 examples: use application 404 page 2024-08-01 19:41:56 -04:00
Greg Johnston 48028b476a chore: cargo fmt 2024-08-01 19:41:56 -04:00
Greg Johnston 404ad50bd3 chore: cargo fmt 2024-08-01 19:41:56 -04:00
Greg Johnston 0ba53afa08 use `csr` feature so that reactivity runs 2024-08-01 19:41:55 -04:00
Greg Johnston c384b53a0f chore: clippy 2024-08-01 19:41:55 -04:00
Greg Johnston 2f53e09bb6 examples: fix input type so tests work, and update text to make the purpose clearer 2024-08-01 19:41:55 -04:00
Greg Johnston e6a472b467 examples: update hackernews for SSR support 2024-08-01 19:41:55 -04:00
Greg Johnston 531c39759a testing: provide tick() that can be called anywhere in tests 2024-08-01 19:41:36 -04:00
Greg Johnston f5d06577f4 fix portal tests 2024-08-01 19:41:36 -04:00
Greg Johnston 6b60d48203 update counters_isomorphic 2024-08-01 19:41:36 -04:00
Greg Johnston 914b07491e removed AnimatedShow example (duplicates the component docs) 2024-08-01 19:41:27 -04:00
Greg Johnston 07e878adf7 chore: clear warning 2024-08-01 19:41:27 -04:00
Greg Johnston f32d43ce94 pick up on server action error in both server and client 2024-08-01 19:41:27 -04:00
Greg Johnston 65e3c57ed1 fmt and chores in examples 2024-08-01 19:41:27 -04:00
Greg Johnston bae79e2b2c add ServerAction error handling for any error type (closes #2325) 2024-08-01 19:41:27 -04:00
Greg Johnston 7c24b7482d clean up example 2024-08-01 19:41:13 -04:00
Greg Johnston 71ddacef8e Actix todo_app_sqlite 2024-08-01 19:41:13 -04:00
Greg Johnston caf797dba0 refactor integrations and add Actix integration 2024-08-01 19:41:13 -04:00
Greg Johnston 402d6297f4 fix counters tests 2024-08-01 19:41:13 -04:00
Greg Johnston 770d02d8e6 remove async demo 2024-08-01 19:41:13 -04:00
Greg Johnston 0a99a378aa feat: allow `.write()` on all writeable signals 2024-08-01 19:41:13 -04:00
Greg Johnston 14b7073863 feat: add `.by_ref()` to create a `Future` from an `AsyncDerived` (etc.) that takes a reference, rather than cloning 2024-08-01 19:41:12 -04:00
Greg Johnston 4e4deef144 use impl trait in props 2024-08-01 19:41:12 -04:00
Greg Johnston c360f0ed0d update wasm-bindgen testing approaches 2024-08-01 19:41:12 -04:00
Greg Johnston 88ab9693db chore: clearing warnings in examples 2024-08-01 19:41:12 -04:00
Greg Johnston 9666c9c0c5 chore: clear up... a few warnings 2024-08-01 19:41:12 -04:00
Greg Johnston 846ff2fefb feat: return an async guard from .await rather than cloning the value every time 2024-08-01 19:41:12 -04:00
Greg Johnston ce5738d7c4 feat: return Option from AsyncDerived.get() instead of AsyncState 2024-08-01 19:41:11 -04:00
Greg Johnston 47331b5c8d example: restore ErrorBoundary 2024-08-01 19:41:11 -04:00
Greg Johnston 02f76dec35 fix regular suspense if nothing was read synchronously 2024-08-01 19:41:11 -04:00
Greg Johnston 4d54574f9e feat: 0.7 slots 2024-08-01 19:41:11 -04:00
Greg Johnston f6c7ac473a feat: enhanced spreading syntax 2024-08-01 19:41:11 -04:00
Greg Johnston 24f2e71563 get nested Routes working again 2024-08-01 19:41:11 -04:00
Greg Johnston 8815529955 routing progress indicator 2024-08-01 19:41:11 -04:00
Greg Johnston 4ffa3c46b6 upgrading hackernews example 2024-08-01 19:41:10 -04:00
Greg Johnston 1da84db1aa feat: nested islands with context for 0.7 2024-08-01 19:40:57 -04:00
Greg Johnston 109244b28b feat: minimal island support in 0.7 2024-08-01 19:40:57 -04:00
Greg Johnston 604043b4d8 examples: router in 0.7 2024-08-01 19:40:57 -04:00
Greg Johnston 3629302f88 examples: timer in 0.7 2024-08-01 19:40:57 -04:00
Greg Johnston 274e31018b feat: Portals in 0.7 2024-08-01 19:40:57 -04:00
Greg Johnston cebe744a84 support arbitrary attributes on components in view 2024-08-01 19:40:57 -04:00