Commit graph

296 commits

Author SHA1 Message Date
Evan Almloff
4c3fb1a33f Merge branch 'master' into router-typesafe 2023-07-17 15:12:25 -07:00
Brian Donovan
cad19fb59f
docs: fix typo in use_effect description 2023-07-14 18:38:11 -04:00
Jonathan Kelley
af49cb4ec6
Merge branch 'master' into master 2023-07-14 15:36:28 -07:00
Jonathan Kelley
78d383bf1f
Merge pull request #1128 from marc2332/feat/improved-docs
feat(docs): Improved shared state, use_effect and use_memo docs
2023-07-14 15:20:40 -07:00
ealmloff
9e8f8ff6b0
Merge branch 'master' into router-typesafe 2023-07-14 12:44:29 -06:00
marc2332
f7dd419043
update 2023-07-13 22:37:05 +02:00
marc2332
39bce476ae
tweaks 2023-07-13 19:06:43 +02:00
Lablack Mourad
49a6a66ab6
Update web.md
Updated the link to dioxus-cli from the depricated repo to the new location.
2023-07-11 15:25:32 +08:00
Evan Almloff
41f9c480c8 remove old references to server context 2023-07-07 18:39:18 -07:00
Evan Almloff
05fb8c1e91 Merge branch 'master' into router-typesafe 2023-07-07 18:31:48 -07:00
marc2332
1f3f72edc3
updated 2023-07-06 17:23:37 +02:00
Miles Murgaw
c14b942fda fix: doc typos - trigger CI 2023-07-05 12:50:01 -04:00
Cameron VanHouzen
4c37d5c210
Update web.md (#1145)
Fix typo in web.md
2023-07-03 10:13:57 -05:00
marc2332
052ae145bf
updated docs 2023-07-02 23:00:26 +02:00
Jon Kelley
86402d3e23
Merge pull request #1077 from Demonthos/end-to-end-testing
create end to end tests using playwright
2023-06-30 12:23:31 -07: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
7e3c45eb7e fix layout reference docs 2023-06-24 13:23:13 -07:00
Evan Almloff
f9161f0a9b fix number of default history providers in guide 2023-06-23 08:23:05 -07:00
Evan Almloff
495fd22bfd Merge branch 'master' into router-typesafe 2023-06-22 12:52:11 -07:00
DianQK
535435a4cf
Fix the issue of duplicate unique ID for atoms using newtype.
The MergeFunctionsPass in LLVM merges identical functions (https://rust.godbolt.org/z/3nnr9nMne), resulting in the same function addresses.
2023-06-21 21:50:10 +08: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
ealmloff
c33d1f5dc2
Merge branch 'DioxusLabs:master' into router-typesafe 2023-06-14 16:22:24 +03:00
Evan Almloff
8acac270a6 fix playwright spelling 2023-06-07 17:42:49 +03:00
Evan Almloff
741ff97882 create end to end tests using playwright 2023-06-05 13:48:58 -05:00
Tilman
0f684f0567
Fix typo (#1071) 2023-06-04 08:39:21 -05:00
Evan Almloff
a9307e57e6 fix CI 2023-06-02 12:33:47 -05:00
Evan Almloff
bc99d9b01a fix formatting 2023-06-01 17:48:43 -05:00
Evan Almloff
b5a2f0d6cb finish router refrence 2023-06-01 17:31:13 -05:00
Evan Almloff
45a004bf74 remove nightly docs 2023-06-01 13:14:44 -05:00
Evan Almloff
0d3ea377ce update the router guide 2023-06-01 13:13:59 -05:00
Evan Almloff
037a248ad9 fix queries 2023-06-01 11:09:51 -05:00
Evan Almloff
92755a381d Merge branch 'upstream' into router-typesafe 2023-05-31 17:16:27 -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
Evan Almloff
b91fb39142 Merge branch 'upstream' into router-typesafe 2023-05-23 11:24:31 -05: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