Commit graph

4179 commits

Author SHA1 Message Date
Greg Johnston
75ba5a4cac
Switch Discord badge link to #welcome 2022-10-17 16:02:00 -04:00
Greg Johnston
845a6be352 Correct track child scopes to be removed if necessary 2022-10-17 15:28:57 -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
0a0fb3bcf6 on_cleanup (issue #13) and example for cleanup functions 2022-10-17 13:39:40 -04:00
Greg Johnston
c0948aee46 Export map_keyed just in case anyone wants to 2022-10-17 13:28:03 -04:00
Greg Johnston
2470a91880 Consistency 2022-10-17 13:26:57 -04:00
Greg Johnston
8f593e05ca Merge branch 'main' of https://github.com/gbj/leptos 2022-10-17 13:23:24 -04:00
Greg Johnston
015bfc24fd Feature-flag to enable support for stable Rust instead of nightly 2022-10-17 13:23:20 -04:00
Greg Johnston
bc8cf4e9fb IntoVec hasn't actually been necessary in a while due to changes in how I handle component children: this removes a nightly feature 2022-10-17 12:59:10 -04:00
Greg Johnston
2d845f6f0b
Add note about perf/benchmarks to Readme 2022-10-17 11:56:26 -04:00
Greg Johnston
704f989125
Add Dioxus to "How is this different from ___?" 2022-10-17 11:53:16 -04:00
Greg Johnston
7c19dd8039 Clearing some additional warnings in examples 2022-10-17 11:03:43 -04:00
Greg Johnston
c9e1bac6db Fix macro tests 2022-10-17 10:57:55 -04:00
Greg Johnston
4cb576940a loader_to_json only available as an SSR helper 2022-10-17 10:53:10 -04:00
Greg Johnston
e35be3c27c Remove unnecessary signal from Resource implementation 2022-10-17 10:52:51 -04:00
Greg Johnston
3073368aee Fix broken attribute escaping 2022-10-17 10:52:31 -04:00
Greg Johnston
12cef2d94f Fix IntoAttribute import for SSR only 2022-10-17 10:46:59 -04:00
Greg Johnston
3f7e7193ea Clearing up some of the flood of warnings for unused imports etc. that have come up as I've shifted around implementations 2022-10-17 10:45:20 -04:00
Greg Johnston
fc5ef03c30 Remove erroneous default feature flag on leptos_dom — leftover from building docs but causes build errors for actual apps 2022-10-17 10:36:24 -04:00
Greg Johnston
8cde2c9a0c
Merge pull request #17 from ecklf/patch-1
docs: Add discord badge
2022-10-17 08:52:51 -04:00
Florentin / 珞辰
ccc8d3f16b
docs: Add discord badge
This badge requires enabling the Widget setting on the Discord server. See a video tutorial here: https://vimeo.com/364220040?embedded=true&source=video_title&owner=103573672
2022-10-17 14:28:06 +02:00
Greg Johnston
aae08ff115 Merge branch 'main' of https://github.com/gbj/leptos 2022-10-17 08:09:27 -04:00
Greg Johnston
9f95041c2b Fix issue #3 and update view! SSR tests 2022-10-17 08:09:25 -04:00
Greg Johnston
5b904491da
Add Discord link to Readme 2022-10-17 07:16:51 -04:00
Greg Johnston
907e9491b9 Escape HTML in SSR (issue #2) 2022-10-16 22:42:52 -04:00
Greg Johnston
4c5518bd20 Helper for route loader JSON responses 2022-10-16 22:18:07 -04:00
Greg Johnston
7b046d4888 Merge branch 'main' of https://github.com/gbj/leptos 2022-10-16 22:06:17 -04:00
Greg Johnston
9a03fcf2ef Provide helping for streaming SSR 2022-10-16 22:06:13 -04:00
Greg Johnston
efb252f17b
Update README.md
Clarifying typo fix.
2022-10-16 17:10:14 -04:00
Greg Johnston
dcee067aae Remove transition feature 2022-10-15 22:36:01 -04:00
Greg Johnston
eff2b652b9 0.0.8 release 2022-10-15 22:35:44 -04:00
Greg Johnston
40b793d335 Add/clean up resources in scopes 2022-10-15 22:35:06 -04:00
Greg Johnston
f35540b080 RwSignal and create_rw_signal docs 2022-10-15 22:29:48 -04:00
Greg Johnston
fbf4f236bf Remove extra logging 2022-10-15 22:23:29 -04:00
Greg Johnston
899dcb9cd2 Fix inner_html rendering 2022-10-15 22:21:23 -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
7a04411b64 New reactive system: switching to using SecondaryMaps from slotmap to reduce binary size and creation cost significantly 2022-10-15 19:26:17 -04:00
Greg Johnston
8ed6e81466 Add tests and map_keyed and revert to HashMap -- showed no perf benefit from AHashMap in benchmarks 2022-10-15 19:04:00 -04:00
Greg Johnston
31a64173ee Remove logs 2022-10-15 17:08:35 -04:00
Greg Johnston
1aee36f2c4 Clear some warnings in reactive system 2022-10-15 08:04:33 -04:00
Greg Johnston
2ed8a58894 Remove transitions; maybe work this back in in the future 2022-10-15 07:59:37 -04:00
Greg Johnston
d0127ce30d Initial work on Leptos Router docs and publishing crate 2022-10-14 17:29:22 -04:00
Greg Johnston
9ab08795d9 0.0.7 2022-10-14 15:47:16 -04:00
Greg Johnston
56c04e3772 Small updates to book 2022-10-14 15:44:08 -04:00
Greg Johnston
6d7c36655c Not actually necessary, because the effect won't run on the server anyway 2022-10-14 14:42:27 -04:00
Greg Johnston
16f084a712 Fix Hacker News SSR/streaming/hydration 2022-10-13 18:53:31 -04:00
Greg Johnston
9563e70dcf Fix hackernews example (CSR) 2022-10-13 17:13:30 -04:00
Greg Johnston
2c90922385 Fix up TodoMVC example and add build script on client side 2022-10-13 16:42:00 -04:00
Greg Johnston
07a9be5bcf Merge branch 'main' of https://github.com/gbj/leptos 2022-10-13 16:29:59 -04:00
Greg Johnston
69b0e40638 Addresses issue #6 2022-10-13 16:29:47 -04:00