Commit Graph

19 Commits

Author SHA1 Message Date
Greg Johnston 4bb2bc4797 store effects in reactive system 2024-08-01 19:40:24 -04:00
Greg Johnston a8adf8eea2 todomvc example 2024-08-01 19:40:24 -04:00
Greg Johnston 63dacdcc95 feat: tachys 2024-08-01 19:40:23 -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 c3765ce9fc Update Todos 2022-09-14 10:16:07 -04:00
Greg Johnston 298bb6aa17 Update TOODs 2022-09-11 22:00:31 -04:00
Greg Johnston 45d1bbc236 Create HackerNews app 2022-09-05 12:32:27 -04:00
Greg Johnston 2d62610288 Update examples, removing unnecessary one and using new APIs 2022-09-03 08:16:22 -04:00
Greg Johnston 54f37095dc Beginning work on SSR/hydration 2022-09-01 10:39:04 -04:00
Greg Johnston 44ec841522 Router TODOs 2022-08-29 08:08:15 -04:00
Greg Johnston 329eab89d2 Initial router work 2022-08-16 09:49:22 -04:00
Greg Johnston 326b0ded92 Clean up TODOs 2022-08-13 15:07:11 -04:00
Greg Johnston 7996e25045 Clean up after work on transitions 2022-08-13 15:06:34 -04:00
Greg Johnston ef032092f1 Iniitial work on transitions 2022-08-05 07:53:34 -04:00
Greg Johnston 5612793f4e Suspense 2022-08-03 10:28:36 -04:00
Greg Johnston a9e4c16daa Clean up todos 2022-08-01 18:45:03 -04:00
Greg Johnston 5f2b92c267 Without a doubt, this is the stupidest and most frustrating bug I've ever created. Essentially, DOM nodes weren't being replaced or removed correctly because `current` was stuck on its origins in a DocumentFragment. It looked like some frustrating situation in which returns from appendChild were still referring back to the fragment, etc. No — I just literally wasn't ever using the return value, and instead was using the original value from the function call. Ridiculous, but so satisfying when it suddenly fixed a bunch of issues. 2022-08-01 18:42:33 -04:00
Greg Johnston 46ea459988 Async/Resource support and example 2022-08-01 18:02:02 -04:00
Greg Johnston 17c2faeb56 Initial commit 2022-07-31 16:46:14 -04:00