Commit Graph

22 Commits

Author SHA1 Message Date
Greg Johnston f773f52abc Initial work on Axum integration 2022-11-20 17:41:04 -05:00
Greg Johnston eff42a196f `actix-web` integration with builtin server function handler route 2022-11-20 15:25:45 -05:00
Greg Johnston 412693c2c3 `MultiAction`, `create_multi_action`, `create_server_multi_action`, and `MultiActionForm` 2022-11-18 13:25:46 -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 e9c1846470 counter-isomorphic mostly works now 2022-11-14 14:52:05 -08:00
Ben Wishovich 992983efd9 Commit WIP version of isomorphic counter 2022-11-14 12:04:26 -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 d4da7e0c25 Allow returning `<template>` from `view` 2022-11-13 15:58:49 -05:00
Greg Johnston e24fb3b294 Ongoing work on book 2022-11-13 08:58:39 -05:00
Greg Johnston 8315cb2dd7 Remove excluded Gtk example 2022-11-12 06:48:38 -05:00
Greg Johnston 680b6ecc20 Remove todomvc-ssr from workspace 2022-11-05 19:55:58 -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 f411ece51a
Merge branch 'main' into server-rpc 2022-10-29 20:31:34 -04:00
Greg Johnston 3b5224295d Extract server function stuff into a `leptos_server` library 2022-10-28 15:41:40 -04:00
Greg Johnston 6a3ff03e9d Simple GTK counter example 2022-10-26 22:28:30 -04:00
Greg Johnston fd847633a9 This is a manual implementation of "server functions." I'm going to use this to build out the RPC protocol that will allow us to do proper, fine-grained data loading and mutations. 2022-10-24 20:09:18 -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 db3a9c98e7 Move benchmarks into their own directory 2022-10-19 16:41:51 -04:00
Greg Johnston 4448f7a83a Example of four modes of parent-child communication between components 2022-10-19 07:35:22 -04:00
Greg Johnston f29ab43c97 Need to exclude examples from workspace explicitly now 2022-10-18 10:16:44 -04:00
hakesson 99b1c323a0 Add workspace and disable default ssr or csr features 2022-10-18 07:10:57 +02:00