Jonathan Kelley
|
d84fc05386
|
feat: plug in bubbling
|
2022-01-03 02:06:42 -05:00 |
|
Jonathan Kelley
|
75fa7b4aa6
|
fix: make tests pass
|
2022-01-03 01:12:39 -05:00 |
|
Jonathan Kelley
|
d1560450ba
|
wip: remove runner on hook and then update docs
|
2022-01-02 02:15:04 -05:00 |
|
Jonathan Kelley
|
c7d001cbb4
|
wip: rip out unsafe task engine
|
2021-12-26 14:22:30 -05:00 |
|
Jonathan Kelley
|
cda759c659
|
examples: upgrade to new version of dioxus core.
also add the inline_props macro
|
2021-12-25 17:18:05 -05:00 |
|
Jonathan Kelley
|
21e00c114e
|
chore: continue to consolidate
|
2021-12-21 01:11:27 -05:00 |
|
Jonathan Kelley
|
b997b8ebbb
|
feat: enable children properly
|
2021-12-21 00:46:10 -05:00 |
|
Jonathan Kelley
|
e2e4d431e1
|
wip: adjust memoization
|
2021-12-20 22:33:13 -05:00 |
|
Jonathan Kelley
|
2c3a046426
|
wip: prepare to change our fragment pattern. Add some more docs
|
2021-12-18 15:17:32 -05:00 |
|
Jonathan Kelley
|
ded9696930
|
wip: fix ssr
|
2021-12-14 22:48:20 -05:00 |
|
Jonathan Kelley
|
8daf7a6ed8
|
wip: go back to noisy lifetime solution
|
2021-12-14 02:27:59 -05:00 |
|
Jonathan Kelley
|
597a0456f5
|
wip: update hooks
|
2021-12-13 00:14:47 -05:00 |
|
Jonathan Kelley
|
96b3d56e09
|
feat: move back to combined cx/props
|
2021-12-13 00:06:17 -05:00 |
|
Jonathan Kelley
|
e6c6bbdc1e
|
polish: clean up the core crate
|
2021-12-12 19:47:13 -05:00 |
|
Jonathan Kelley
|
1e4a599d14
|
wip: rename fc to component
|
2021-12-09 21:19:31 -05:00 |
|
Jonathan Kelley
|
36d89beb34
|
wip: rename
|
2021-11-28 16:25:42 -05:00 |
|
Jonathan Kelley
|
93d4b8ca7c
|
wip: some docs and suspense
|
2021-11-23 15:53:57 -05:00 |
|
Jonathan Kelley
|
574d7fdb9e
|
wip: remove scopechildren in favor of elements directly
|
2021-11-09 14:36:26 -05:00 |
|
Jonathan Kelley
|
b9fc5fc251
|
wip: move hooklist into scope
|
2021-11-09 12:18:45 -05:00 |
|
Jonathan Kelley
|
d2f0547692
|
wip: move testdom methods into virtualdom
|
2021-11-09 12:10:11 -05:00 |
|
Jonathan Kelley
|
f2e343c154
|
chore: cleanup src
|
2021-11-09 02:16:25 -05:00 |
|
Jonathan Kelley
|
2559740463
|
wip: clean up, use old approach to components
|
2021-11-07 20:59:09 -05:00 |
|
Jonathan Kelley
|
464b457b80
|
wip: move more stuff out
|
2021-11-07 01:07:42 -05:00 |
|
Jonathan Kelley
|
e4cda7c2cb
|
wip: remove bumpframe
|
2021-11-07 01:01:22 -05:00 |
|
Jonathan Kelley
|
2933e4bc11
|
wip: major cleanups to scheduler
|
2021-11-06 23:11:17 -04:00 |
|
Jonathan Kelley
|
d96276a715
|
wip: no more lifetimes
|
2021-11-06 21:07:01 -04:00 |
|
Jonathan Kelley
|
95bd17e38f
|
wip: more raw ptrs
|
2021-11-05 18:02:44 -04:00 |
|
Jonathan Kelley
|
b8d98698c6
|
wip: remove resource pool in favor of raw ptrs
|
2021-11-05 17:15:59 -04:00 |
|
Jonathan Kelley
|
70b983d090
|
wip: consolidation, simplification
|
2021-11-05 16:28:08 -04:00 |
|
Jonathan Kelley
|
b56ea6c9a9
|
wip: work on scheduler, async, coroutines, and merge scope into context
|
2021-11-03 19:55:02 -04:00 |
|
Jonathan Kelley
|
1e6e5e611b
|
wip: move examples around
|
2021-11-03 15:13:50 -04:00 |
|
Jonathan Kelley
|
f438bbcfd2
|
wip: move children onto scope
|
2021-11-01 03:49:32 -04:00 |
|
Jonathan Kelley
|
d1b294fff0
|
polish: move debugging virtualdom into its own feature
|
2021-11-01 03:35:26 -04:00 |
|
Jonathan Kelley
|
3e07214272
|
wip: implement lazy nodes properly
|
2021-11-01 02:41:23 -04:00 |
|
Jonathan Kelley
|
27d891934a
|
fix: use annotation method from rust/58052 to fix closure lifetimes
|
2021-10-30 18:23:28 -04:00 |
|
Jonathan Kelley
|
ba9e1dbb8f
|
fix: messed up how lifetimes worked, need to render once per component
|
2021-10-29 21:43:21 -04:00 |
|
Jonathan Kelley
|
0e9d5fc530
|
wip: move everything over to a stack dst
|
2021-10-29 17:12:30 -04:00 |
|
Jonathan Kelley
|
9726a065b0
|
feat: massage lifetimes
|
2021-10-16 17:37:28 -04:00 |
|
Jonathan Kelley
|
460783ad54
|
docs: lnks to projects
|
2021-10-14 12:46:50 -04:00 |
|
Jonathan Kelley
|
7a03c1d2b4
|
wip: overhaul event system
|
2021-10-04 01:28:04 -04:00 |
|
Jonathan Kelley
|
82953f2ac3
|
wip: threadsafe
|
2021-10-01 02:07:12 -04:00 |
|
Jonathan Kelley
|
7bdad1e2e6
|
publish: move macro crate out of core
|
2021-09-24 21:46:23 -04:00 |
|
Jonathan Kelley
|
bfdcb20437
|
feat: transition to cx, props
|
2021-09-21 13:13:15 -04:00 |
|
Jonathan Kelley
|
7978a17419
|
wip: bubbling
|
2021-09-20 12:32:21 -04:00 |
|
Jonathan Kelley
|
0ded32e184
|
wip: reduce warnings
|
2021-09-14 00:58:33 -04:00 |
|
Jonathan Kelley
|
8b3ac0b57c
|
perf: remove global allocation for props
|
2021-09-13 00:59:08 -04:00 |
|
Jonathan Kelley
|
da8159190b
|
polish: tests and documentation
|
2021-09-09 20:58:48 -04:00 |
|
Jonathan Kelley
|
3f68be79ae
|
wip: documentation and badges
|
2021-09-07 18:25:57 -04:00 |
|
Jonathan Kelley
|
725b4a1d7f
|
wip: fix some event stuff for web and core
|
2021-09-02 00:37:57 -04:00 |
|
Jonathan Kelley
|
958c02a26e
|
wip: working down warnings
|
2021-09-02 00:10:09 -04:00 |
|