Commit graph

263 commits

Author SHA1 Message Date
marc2332
f7dd419043
update 2023-07-13 22:37:05 +02:00
marc2332
39bce476ae
tweaks 2023-07-13 19:06:43 +02:00
marc2332
1f3f72edc3
updated 2023-07-06 17:23:37 +02:00
marc2332
052ae145bf
updated docs 2023-07-02 23:00:26 +02:00
marc2332
d00b10e83e
tweaks 2023-06-29 14:14:29 +02:00
marc2332
bf0247a7dc
tweaks 2023-06-28 20:01:28 +02:00
Marc Espín
e413ea4019
Merge branch 'master' into feat/improved-docs 2023-06-28 19:21:27 +02:00
Marc Espín
98fc153152
Fix: Remove play button from guide example (#1118)
* fix: Remove play button from guide example

* Update index.md

* update other examples
2023-06-28 09:32:42 -05:00
marc2332
8a2f9f3fcb
feat(docs): Improved shared state, use_effect and use_memo docs 2023-06-28 00:15:00 +02:00
Evan Almloff
158852e5a0 make regestering server functions optional 2023-06-19 16:08:46 -05:00
Jon Earnshaw
d596967b40
Fix typos on Event Handlers page (#1102)
* Fix typo on Event Handlers page

* Fix 2nd typo on Event Handlers page
2023-06-19 08:49:43 -05:00
Tilman
0f684f0567
Fix typo (#1071) 2023-06-04 08:39:21 -05:00
Jon Kelley
9db13f5823
Merge pull request #1044 from elliotwaite/docs-fix
Clarify hooks rules to mention early returns
2023-05-29 15:03:09 +02:00
Evan Almloff
f963e006c7 fix clippy 2023-05-28 21:23:43 -05:00
Evan Almloff
151a0ac34b fix ssr guide examples 2023-05-28 21:22:39 -05:00
elliotwaite
47f508fd2d Clarify hooks rules to mention early returns 2023-05-24 15:30:39 -07:00
Jon Kelley
6bd3437e3a
Merge branch 'master' into server-fn 2023-05-18 13:18:41 +02:00
Jon Kelley
e110fee100
Merge pull request #980 from Demonthos/improve-custom-hooks-docs
Improve the custom hooks chapter in the guide
2023-05-18 13:16:05 +02:00
Jon Kelley
d3860e2a16
Merge pull request #1007 from Demonthos/contributor-guide
Create Contributor Guide
2023-05-18 13:14:28 +02:00
Weru
6acec6f020
fix router book link (#1024)
Signed-off-by: weru <fromweru@gmail.com>
2023-05-14 08:16:05 -05:00
Evan Almloff
4a8542c28e fix response spelling 2023-05-11 18:40:02 -05:00
Evan Almloff
ae8a7ccbd2 fix docs build command 2023-05-09 07:24:17 -05:00
Evan Almloff
6fc65e9565 finish guiding principles 2023-05-08 15:42:43 -05:00
Evan Almloff
fe695bbc00 finish the readme walkthrough 2023-05-08 15:17:40 -05:00
Evan Almloff
f593b655e2 start README example internals walkthrough 2023-05-07 18:26:30 -05:00
Evan Almloff
ff91379aaf Merge branch 'upstream' into contributor-guide 2023-05-06 15:20:47 -05:00
Evan Almloff
5f1f3e1b58 start a contributing guide 2023-05-06 15:15:49 -05:00
Evan Almloff
ab1de6e53f finish server function docs 2023-05-04 09:57:11 -05:00
Evan Almloff
515aee6c3c reorganize the fullstack docs 2023-05-02 17:43:07 -05:00
Evan Almloff
a9375af2b4 remove ws message logging 2023-05-02 11:06:54 -05:00
Evan Almloff
579da12ab6 Merge branch 'upstream' into server-fn 2023-05-02 11:05:38 -05:00
Evan Almloff
e6c540320e rename package to dioxus-fullstack 2023-05-02 10:15:34 -05:00
Evan Almloff
3317dc3e17 fix the link to tui widgets in the guide 2023-04-29 07:58:43 -05:00
Attilio
c645e1c6aa
Allow multiple prevent default for Web, Desktop and LiveView (#987)
* Allow multiple prevent default in dioxus_web

* Use SplitWhitespace for prevent default requests

* Add multiple prevent default option to liveview and desktop

* Update docs about prevent_default attribute

* cargo clippy

* update prevent default guide example

---------

Co-authored-by: Evan Almloff <ealmlof1@stumail.jccc.edu>
2023-04-27 11:26:04 -05:00
Tim Newsome
c904411190
Fix typo in event_handlers.md (#991) 2023-04-27 07:27:07 -05:00
Evan Almloff
61dba2825c Improve the custom hooks chapter 2023-04-24 11:16:53 -05:00
Evan Almloff
7193453fe0 Merge branch 'upstream' into server-fn 2023-04-13 08:09:27 -05:00
Evan Almloff
4a9ebe78d7 fix Linux CI dependancies 2023-04-11 11:22:36 -05:00
Evan Almloff
219af51526 fix cargo check 2023-04-03 17:39:09 -05:00
Evan Almloff
4c22d5809e add fullstack section to the getting started guide 2023-04-03 16:06:23 -05:00
Jon Kelley
83613abbc1
Merge pull request #730 from Demonthos/simplify-native-core
Simplify native core state with ECS and make native-core work with other frameworks
2023-03-27 19:54:11 -07:00
marcerhans
46cc07e048
Updated links in docs for custom use_hook. (#891)
Found some more dead links.
2023-03-17 07:15:18 -05:00
marcerhans
f0c9dadf77
Added mention of StreamExt trait extension. (#886) 2023-03-15 09:08:29 -05:00
Evan Almloff
6ee1c5ea16 fix custom renderer imports 2023-03-14 17:58:42 -05:00
Evan Almloff
41bf87e74f Merge branch 'upstream' into simplify-native-core 2023-03-14 16:21:39 -05:00
Evan Almloff
4b81cdbf1b Update custom renderer guide 2023-03-14 16:06:32 -05:00
Evan Almloff
f34fa5d974 Move dioxus-specifc code into dioxus-tui crate and rename core crate to Rink 2023-03-13 12:04:51 -05:00
marcerhans
2a64822615
Updated link in docs for use_hook. (#880) 2023-03-13 08:12:41 -05:00
Kyle Smith
eee6cbabb2
Update Router book to reflect crate separation and need for web feature. (#873) 2023-03-10 07:07:53 -06:00
Jon Kelley
5b61cbb9a0
Merge pull request #859 from Demonthos/use-shared-state-futures
Make use_shared_state usable in static futures
2023-03-02 11:46:58 -08:00