120 Commits

Author SHA1 Message Date
F.J. Navarro
1e609b4af8
add styled frameworks for yew (#1396)
* add styled frameworks for yew

* revert some changes that was updated previously

* fix code review

* capitalize fist letter yewtify explanation

* fix code review

* switch definitions

* add Vuetify and Javascript in the dictionary
2020-07-11 00:54:36 +08:00
Justin Starry
0ed36ade59 Remove duplicate code of conduct 2020-07-10 16:53:44 +08:00
Justin Starry
6042da816a GitBook: [master] 29 pages modified 2020-07-10 16:53:44 +08:00
FIGBERT
5c3a71713c Fix typo (#112) 2020-07-10 16:53:44 +08:00
Mingun
6a07d91b37 Add #[derive(Clone)] in examples (#111)
* Add #[derive(Clone)] in examples

Closes #110

* Add backticks to rust elements

Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>

* Another backtics

Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
2020-07-10 16:53:44 +08:00
hituzi no sippo
840b0aa4ae bumping up the yew version in Cargo.toml (#107) (#109)
* bumping up the yew version in Cargo.toml (#107)

* bumping up the yew version for stdweb

* bumping up the yew version of ConsoleService link

* bumping up the yew version

* Update src/more/debugging.md

Co-authored-by: Justin Starry <justin.m.starry@gmail.com>
2020-07-10 16:53:44 +08:00
Teymour Aldridge
2efa3d1cfa Shorten line lengths. (#106)
* Shortens line lengths (to ~100 characters max per line).
 * A few stylistic improvements
 * Corrects a couple of typos
 * Fixes a few grammar errors

Co-authored-by: Justin Starry <justin.starry@icloud.com>
2020-07-10 16:53:44 +08:00
Dirk Puge
dd7bb1dc92 Removed periods and fixed spelling mistakes (#103)
* Added period to description

* Fixed the spelling of " Arguabley" to "Arguably"

* Update README.md

* Added period to description

* Added period to description

* Grammar and spelling correction

added period to description, fixed spelling of "encouter" to "encounter"

* Added period to description

* Added period to description

* Grammar and spelling

Added period to description, fixed spelling of "accross" to "across"

* Added period to description

* Added period to description

* Fixed spelling of "aggresive" to "aggressive"

* Removed period from description

* Update optimizations.md

* Removed period from description

* Removed period from description

* Removed period from description

* Removed period from description

* Removed period from description

* Removed period from description

* Removed period from description

* Removed period from description

* Removed period from description

* Removed period from description

* Removed period from description

* Update src/concepts/html/README.md

Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>

Co-authored-by: Justin Starry <justin.m.starry@gmail.com>
Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
2020-07-10 16:53:44 +08:00
Nougator
a76d62995d Added "" for the version at line 25 (#107)
* Added "" for the version at line 25

* Update src/getting-started/starter-templates.md

Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>

Co-authored-by: Justin Starry <justin.m.starry@gmail.com>
Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
2020-07-10 16:53:44 +08:00
Teymour Aldridge
1c247c786a Add code of conduct to documentation as well. (#104) 2020-07-10 16:53:44 +08:00
Darren Meehan
436fad8bd3 Point to master branch for examples (#98)
* Point to master branch for examples

* Update src/getting-started/examples.md

Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>

* Update src/getting-started/examples.md

Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
Co-authored-by: Justin Starry <justin.m.starry@gmail.com>
2020-07-10 16:53:44 +08:00
Teymour Aldridge
bfb8443421 Fix a typo. (#102) 2020-07-10 16:53:44 +08:00
Günter Zöchbauer
ffa4752f70 Mention prop_or macro (#97)
* Mention prop_or macro

* Fix the prop_or vs prop_or_else mixup

* Update src/concepts/components/properties.md

Co-authored-by: Justin Starry <justin.m.starry@gmail.com>
2020-07-10 16:53:44 +08:00
Anthony Morris
f7b44dbaf0 Add latest Stack Overflow survey results (#95) 2020-07-10 16:53:44 +08:00
codec-abc
c25d834fce Add a note telling how to bypass the recursion limit of the html! macro. (#94)
* Add a note telling how to bypass the recursion limit of the html! macro.

* Update src/concepts/html/README.md

Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>

* Update src/concepts/html/README.md

Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
Co-authored-by: Justin Starry <justin.m.starry@gmail.com>
2020-07-10 16:53:44 +08:00
Michal Kawalec
baf14cf083 update the docs to specify that local agents do not incur serialization overhead (#89) 2020-07-10 16:53:44 +08:00
洪慈吟
2b8298d922 GitBook: [master] 29 pages modified 2020-07-10 16:53:44 +08:00
Stephan Dilly
e88629ba2a updated (#92) 2020-07-10 16:53:44 +08:00
Stephan Dilly
23c715b51d create as lib right away (#93) 2020-07-10 16:53:44 +08:00
David Poggi
146480ab4f Update miniserve cargo install command (#88) 2020-07-10 16:53:44 +08:00
Eamon Caton
76a403aba5 Fixed bad link to build script for wasm-bindgen/cargo-web (#81)
* Fixed bad link to build script for wasm-bindgen/cargo-web

* yewstack/docs#81 Updated link for cargo-web
2020-07-10 16:53:44 +08:00
Franck Royer
47226b1594 Update the sample doc app to use wasm-pack (#75)
* Update the sample doc app to use wasm-pack

According to the rest of the documentation, wasm-pack and web-sys are
the recommended tool to use. However, the sample app documents the usage
of cargo-web and stdweb.

The command lines are taken from the example folder of yew.

* Some grammar fixes

* Use cargo miniserve instead of python to server the files

* Add wasm-bindgen dependency
2020-07-10 16:53:44 +08:00
Justin Starry
f37cb89c33 GitBook: [master] one page modified 2020-07-10 16:53:44 +08:00
Justin Starry
9d77156269 GitBook: [master] 3 pages modified 2020-07-10 16:53:44 +08:00
Teymour Aldridge
998f508793 Added code examples for the router docs. (#67) 2020-07-10 16:53:44 +08:00
Justin Starry
9a30804726 GitBook: [master] 2 pages modified 2020-07-10 16:53:44 +08:00
Teymour Aldridge
3fe6121c3c
Ci for documentation (#1393)
* Add contributing guidelines.

* Add spellchecking.

* Update dictionary.

* Update dictionary.

* Update dictionary.
2020-07-10 11:18:21 +08:00
Justin Starry
7e001c0502 Fix introduction 2020-07-09 23:41:52 +08:00
Justin Starry
deb6a2b1c0
Add docusaurus and crowdin integration (#1391) 2020-07-09 20:49:07 +08:00
Justin Starry
0717d90aa0 Remove gitbook and cargo configuration from docs 2020-07-09 20:01:43 +08:00
Teymour Aldridge
e638207530 Rename 'parcel' to 'further reading' (#77)
* Rename 'parcel' to 'further reading'

* Update src/getting-started/starter-templates.md

Co-authored-by: Justin Starry <justin.m.starry@gmail.com>

Co-authored-by: Justin Starry <justin.m.starry@gmail.com>
2020-07-09 20:01:43 +08:00
Teymour Aldridge
463c2f3884 Made explanations clearer. (#68)
* Made explanations clearer.

* Updated notes.

* Correct an incorrect link.
2020-07-09 20:01:43 +08:00
Justin Starry
7fc9ff73b1 Fix tests (#78)
* Enable doc tests

* Clean up Cargo.toml

* Fix doc test
2020-07-09 20:01:43 +08:00
Justin Starry
d06be7270c GitBook: [master] 7 pages modified 2020-07-09 20:01:43 +08:00
fbucek
6b69eaef5e Size optimization info (#64)
* Size optimalization info

* wasm-opt doc udpate

* udpated links to wasm-opt

* grammar and wording update

* rust -> Rust
2020-07-09 20:01:43 +08:00
Teymour Aldridge
129291cb19 Add reference to wasm_bindgen_test (#73)
* Add reference to wasm_bindgen_test

Also made some minor style fixes.

* Removed Rust WebDriving section.
2020-07-09 20:01:43 +08:00
Teymour Aldridge
9b9c75055a Added note on clone trait bound. (#69)
* Improved grammar.

* Added note on clone trait bound for properties.
2020-07-09 20:01:43 +08:00
Marcel
c8cb3d4f46 Update examples to 0.15.0 (#61)
* Update examples to 0.15.0

* Update examples according to PR comments
2020-07-09 20:01:43 +08:00
Felix König
f83e395556 link bincode project in agents docs (#62)
the three question marks looked very jarring to me so I figured this should just link to the bincode project for further reading
2020-07-09 20:01:43 +08:00
Jake Ols
82912e8710 Update examples.md (#59)
* Update examples.md

* Update examples to use v14.0.0 tag
2020-07-09 20:01:43 +08:00
João Paiva
d51996004a Update getting started example to 0.14.3 (#58)
The example in the getting started section was for an older version of yew, and didn't work with the latest version anymore.
This commit copies the example from [yew's docs](https://docs.rs/yew/0.14.3/yew/#example) and includes minor adaptations to the text to match the code.
2020-07-09 20:01:43 +08:00
洪慈吟
c87e26c938 GitBook: [master] one page modified 2020-07-09 20:01:43 +08:00
Teymour Aldridge
1527faae90 Add doctests. (#55)
* Added demo doctest.

* Added github action.

* Move `test.yml` into correct folder.

* Add remaining code snippets.

* Fixed a syntax error in `test.yml`
2020-07-09 20:01:43 +08:00
Teymour Aldridge
1ff147a8d0 Add agent lifecycle diagram. (#54) 2020-07-09 20:01:43 +08:00
Justin Starry
6b21d4ffa0 Revert "GitBook: [master] 2 pages modified"
This reverts commit 2069cd1298cd04366d88fdcd07a450fad8772c89.
2020-07-09 20:01:43 +08:00
Teymour Aldridge
3befdc437f Added additional references for docs on agents. (#52)
* Added additional references for docs on agents.

* State that bridges allow agents to communicate.
2020-07-09 20:01:43 +08:00
t7yang
63e9bcd2e9 GitBook: [master] 2 pages modified 2020-07-09 20:01:43 +08:00
Justin Starry
48a5f7bb4d GitBook: [master] one page modified 2020-07-09 20:01:43 +08:00
Justin Starry
96b96b29dd GitBook: [master] 4 pages modified 2020-07-09 20:01:43 +08:00
Tao Wei
18c2ef167f style: fixed some formats (#48) 2020-07-09 20:01:43 +08:00