Greg Johnston
bcb130deca
Working on router
2022-12-10 09:15:05 -05:00
Greg Johnston
000d796149
Update router example
2022-12-10 08:32:19 -05:00
Greg Johnston
46e77d72ea
Add transition
2022-12-09 22:23:42 -05:00
Greg Johnston
ba34a9644e
Work on Suspense
2022-12-09 18:27:32 -05:00
Greg Johnston
f6eceaeaf9
Update counters
exaple
2022-12-09 14:56:50 -05:00
Greg Johnston
b8559d4335
Transition counter
example to use View
2022-12-08 19:33:01 -05:00
Greg Johnston
6949750668
Fixing tests and examples
2022-11-23 18:29:20 -05:00
Jason Rodney Hansen
d8a97a81ff
Assign correct ids in add_many_counters
...
The counters and counters-stable examples didn't assign the correct ids when
clicking the "Add 1000 Counters" button if there were already counters added,
which meant clicking the "x" to remove them would remove the wrong counter.
2022-11-22 17:00:04 -07: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
525a31bf3d
Working render_app_to_stream
for Axum
2022-11-20 18:28:47 -05:00
Greg Johnston
4e8c1758c3
render_app_to_stream
helper in leptos_actix
2022-11-20 16:03:08 -05:00
Greg Johnston
eff42a196f
actix-web
integration with builtin server function handler route
2022-11-20 15:25:45 -05:00
Greg Johnston
4f3d7dc492
Add server context to counter-isomorphic example
2022-11-20 14:18:27 -05:00
Greg Johnston
6ddc720227
Allow accessing Scope
from server functions, which can be used to inject server-only dependencies like HttpRequest
2022-11-19 14:44:35 -05:00
Greg Johnston
75de8a95b6
Make todo-app-sqlite
work in fully-WASMless mode with <Suspense/>
and streaming
2022-11-19 07:36:16 -05:00
Greg Johnston
5ff806d35a
Merge pull request #92 from gbj/action-api
...
`Action` and `MultiAction` API changes
2022-11-18 15:21:07 -05:00
Greg Johnston
165ec069ba
Deletion feature
2022-11-18 15:20:33 -05:00
Greg Johnston
be7bce03dc
Optimistic UI
2022-11-18 14:58:10 -05:00
Greg Johnston
1b1182114d
Fix up example since there's no CSR option
2022-11-18 13:53:16 -05:00
Greg Johnston
5c36f0963c
Initial version of todo app with sqlite
2022-11-18 13:25:12 -05:00
Greg Johnston
43524c0135
Clean up docs on counter-isomorphic
2022-11-18 11:48:08 -05:00
Greg Johnston
2ad49a0a7e
Restore view-tests
2022-11-18 10:28:23 -05:00
Greg Johnston
58e0bead02
Fix JS path in hackernews example
2022-11-18 10:24:36 -05:00
Greg Johnston
46b1a96cc7
Allow triggering an effect to re-run from within the effect (so that e.g., you can get()
and set()
the same signal within the effect — see issue #83 )
2022-11-17 20:16:57 -05:00
Ben Wishovich
13a1d2efaa
Merge branch 'gbj:main' into axum-example
2022-11-16 18:34:01 -08:00
Ben Wishovich
cae3bb8bbd
Fix CSS imports, is a bit clunky though
2022-11-16 17:26:45 -08:00
Greg Johnston
c17c6549cf
Resolve ambiguous main import error
2022-11-16 20:15:29 -05:00
Ben Wishovich
971f75b6c5
It mostly works, except for the CSS
2022-11-16 16:09:51 -08:00
Ben Wishovich
fc6a3c0eb2
Getting closer
2022-11-16 13:36:35 -08:00
Ben Wishovich
cca63e6724
Closer to the goal!
2022-11-16 13:05:06 -08:00
Ben Wishovich
becd107290
Commited almost working example
2022-11-16 08:13:49 -08:00
Ben Wishovich
36f86afa02
Merge remote-tracking branch 'origin/main' into axum-example
2022-11-16 07:41:52 -08:00
Greg Johnston
96238c553e
Fix router
example rendering
2022-11-16 07:24:21 -05:00
Ben Wishovich
19f89633ff
Some more WIP improvements for the Axum example
2022-11-15 14:55:38 -08:00
Ben Wishovich
3885816699
Add hackernews-axum example
2022-11-15 14:08:09 -08: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
ccb5aeac6d
Resolving lots of sibling order issues
2022-11-15 12:52:50 -05:00
Greg Johnston
4ba9844852
Rendering work
2022-11-15 12:11:35 -05:00
Greg Johnston
a94e739725
Small changes to fix CI and clean up
2022-11-14 22:19:21 -05:00
Greg Johnston
780c6d2e64
Improvements to the view
macro to handle a wider variety of positions/relationships between child nodes
2022-11-14 21:33:49 -05:00
Ben Wishovich
067b52f731
Fix missing import that is needed sometime
2022-11-14 17:18:11 -08: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
107f7c05c6
Fix README typo
2022-11-14 14:56:12 -08:00
Ben Wishovich
e9c1846470
counter-isomorphic mostly works now
2022-11-14 14:52:05 -08: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