* 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>
* 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>
* 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>
* 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>
* 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