Commit Graph

33 Commits

Author SHA1 Message Date
Greg Johnston 28fcfe4a46 example: use `path!` macro in router example 2024-08-01 19:42:51 -04:00
Greg Johnston 604043b4d8 examples: router in 0.7 2024-08-01 19:40:57 -04:00
Greg Johnston 0beef3b2e0 prep for preview release 2024-08-01 19:40:56 -04:00
Greg Johnston 30c1cd921b stash 2024-08-01 19:40:24 -04:00
Greg Johnston 16bd2942db navigation between nested routes 2024-08-01 19:40:24 -04:00
Greg Johnston 13cccced06 initial stage for working nested route rendering 2024-08-01 19:40:24 -04:00
Greg Johnston 9f02cc8cc1 stash 2024-08-01 19:40:24 -04:00
Sam Judelson ca07d29db5
stable examples change (#2497) 2024-04-04 20:11:28 -07:00
Greg Johnston ee7dbafc85
change: migrate to `nightly` and `csr` features rather than `stable` and `default-features = false` (#1227) 2023-06-26 21:12:14 -04:00
novacrazy 4b79a91287 Add profile.release to many examples 2023-04-06 21:53:52 -05:00
Álvaro Mondéjar 509223ab2e
chore: Upgrade console_log to stable (#724) 2023-03-22 18:21:53 -04:00
Greg Johnston 8915e2615b Adjust default features for `meta` and `router` 2023-01-07 14:43:32 -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
hakesson 17baec46b7 Fix path deps' going one level too high 2022-11-28 06:03:56 +01:00
Greg Johnston 21471f809f
Merge pull request #78 from gbj/fix-router-example
Fix rendering issues
2022-11-15 13:27:41 -05:00
Greg Johnston 796764493b Fix `<Suspense/>` part of example 2022-11-14 17:31:57 -05:00
Ben Wishovich b9e0255016 Commit working version of Router with render bug 2022-11-14 13:45:22 -08:00
Ben Wishovich 74b2889e8a Add provide_context to router example 2022-11-14 13:37:58 -08: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 2dd247c750 Fix example package names 2022-10-18 10:15:42 -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 3dd3870dbf Fixing/updating SSR/hydration and some bugs in new reactivity 2022-10-15 22:17:58 -04:00
Greg Johnston c02839d6fc Remove version numbers from examples 2022-10-12 14:43:42 -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 b23a6b6a26 Add version number for leptos dependencies 2022-10-07 06:53:17 -04:00
Greg Johnston a4a8a972b5 Rationalize features for CSR/SSR/hydration 2022-09-03 11:26:57 -04:00
Greg Johnston 7cfebcbfee Significant router work 2022-08-24 10:59:06 -04:00