Vinicius Gobbo Antunes de Oliveira
8946944d68
DOC: Add note about form prevent_default behavior. ( #1343 )
...
* Add note about form prevent_default behavior.
* Make the default behavior clear on forms with attached event handlers.
2023-08-17 07:57:09 -05:00
Evan Almloff
6876d2da1c
fix clippy
2023-08-15 13:22:06 -05:00
Evan Almloff
5f0dd3af3e
it almost lives?
2023-07-25 18:14:48 -07:00
Andrea Frigido
dccad58f1d
Update license field following SPDX 2.1 license expression standard
2023-07-20 18:00:07 +01:00
Jonathan Kelley
cd30b42e2d
Merge branch 'master' into jk/remove-dioxus-bin
2023-07-18 18:31:48 -07:00
Jonathan Kelley
69a0e706af
Merge pull request #1020 from Demonthos/router-typesafe
...
Enum Based Router
2023-07-18 18:06:45 -07:00
Jason Schein
01e5e7e47f
hooks.md and walkthrough_readme.md updates. ( #1094 )
...
* Minor improvements to hooks.md, mostly adding more links.
* walkthrough_readme.md updated to be more friendly to unfamiliar readers.
---------
Co-authored-by: ealmloff <evanalmloff@gmail.com>
2023-07-18 15:49:20 -05:00
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
Jonathan Kelley
df23c3c651
Update more docs
2023-07-14 13:58:49 -07:00
Jonathan Kelley
16763c065b
Rename dioxus to dx in examples and fullstack
2023-07-14 13:53:06 -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
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
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
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
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
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