* added documentation to explain how to use wasm-bindgen to build an app
* requested changes done
* Apply suggestions from code review
Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
Co-authored-by: Simon <simon@siku2.io>
* Add links to the sidebar.
* Remove unnecessary `page-ref`s (these links are now in the sidebar).
* Small grammar/style fix.
* Fix code tabs.
* Remove {% page-ref %} uses.
* Fix some line lengths.
* Split out `custom.css` into multiple files.
* Remove duplicate titles.
* fix deserialize error of fetch example in yewtil
* fix code format
* Update yewtil/examples/fetch/src/lib.rs
Co-authored-by: Simon <simon@siku2.io>
Co-authored-by: Simon <simon@siku2.io>
* run_example.sh checks example existens
the script exits if without example name parameter
or if example directory doesn't exist
* Update examples/run_example.sh
Co-authored-by: Simon <simon@siku2.io>
* Update examples/run_example.sh
Co-authored-by: Simon <simon@siku2.io>
Co-authored-by: Simon <simon@siku2.io>
* remove static directory, move script to run_example.sh
* gitignore
* server infra
* Support --build-only
* fix npm_and_rest example
* Fix various static index.html's
* Fix spacing
* newlines at the end
* Cleanup
* tabs -> spaces
* line ending
* remove build_examples.sh
* Apply suggestions from code review
Co-authored-by: Simon <simon@siku2.io>
* format file and improve EXIT trap
Co-authored-by: Simon <simon@siku2.io>
* Update optimizations.md:
* Make some sentences more clear
* Add additional links and references ("further reading")
* Capitalise some proper nouns
* Add missing terms to the dictionary.
* Split out a paragraph.
* Fix spelling.
* Update links.
* Apply suggestions from code review
Co-authored-by: Simon <simon@siku2.io>
* Update docs/advanced-topics/optimizations.md
Co-authored-by: Simon <simon@siku2.io>
* run tests using wasm-pack
* update contributing guide
* fix typo
* should probably install wasm-pack
* clarify manual webdriver installation
* Apply suggestions from code review
Had to do this again because I messed up my rebase, sorry!
Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
* make capitalisation of WebDriver consistent
Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
* 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
Similar to `NeqAssign`, but accepts a `FnOnce(&U, &U) -> bool` to perform equality comparison instead of relying on `PartialEq` impl
Reimplemented `NeqAssign` in terms of `NeqAssignBy`
Added doctests for both traits
Co-authored-by: EndilWayfare <p.rochendil@gmail.com>
* Fix auto publishing
Hopefully this is *actually* fixed this time.
* Test that it works (will revert this)
* Revert changes
* Update .github/workflows/autopublish.yml
* Apply suggestions from code review
* 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>