Siyuan Yan
3c6fed4834
deps: rand 0.8 -> 0.9 ( #3808 )
2025-02-21 18:18:57 +09:00
Julius Lungys
f59c744efb
Fix function_memory_game ( #3215 )
2023-04-04 22:23:45 +03:00
Arniu Tseng
6f4cdf2802
Pass hook dependencies as the first function argument ( #2861 )
...
* Add use_effect_with
* Fix doc
* Add NeverEq
* Save as deps-and-runner
* remove with_deps
* fix other use_effect_with_deps
* add migration guide
* fix website
* fix doc test
* return use_effect_base
* fix docs
* fmt
* fix doc tests
* noeq
* use_callback
* finsihing touches
* fmt
* nighly fmt
* fix mistake
---------
Co-authored-by: Julius Lungys <32368314+voidpumpkin@users.noreply.github.com>
2023-04-03 19:15:11 +03:00
Muhammad Hamza
7e24fb3c58
Clippy fixes ( #2881 )
...
* Clippy in root
* Clippy in examples
* didn't mean to commit this file
2022-09-25 21:25:23 +09:00
Kaede Hoshikawa
989d804947
Fix Clippy for 1.63 ( #2825 )
2022-08-12 22:16:05 +09:00
Muhammad Hamza
c28a71e78e
Use nightly for Rustfmt ( #2630 )
...
* add rustfmt.toml, use nightly in CI, update contributing docs
* run `cargo +nightly fmt`
2022-04-21 23:21:15 +05:00
Kaede Hoshikawa
8bc2212716
#[cfg(feature = "render")] and yew::Renderer (#2498 )
...
* Bring changes to this branch.
* Bring changes to this branch.
* Add feature render and renderer.
* Bring changes to this branch.
* Migrate examples to Renderer.
* Satisfy no any render.
* Satisfy ssr.
* Satisfy feature render.
* Lint feature soundness.
* Suppress tests.
* Fix pr-flow, update docs.
* Add a notice.
* Adjust visibility.
* Correctly feature gate tests.
* make test scope available under feature render.
* Fix CI.
* Fix CI.
* Restore tests module to its original place as well.
* Make bundles crate private.
* Make most bundle APIs private.
* Adjust docs.
* Adjust debug implementation.
* Replace start_app with Renderer.
* Adjust documentation.
* Remove unused lint.
* Remove start_app from docs.
* DomBundle -> ReconcileTarget.
* Adjust documentation.
* Once render, now csr.
* Fix docs as well.
2022-03-20 00:48:47 +09:00
Howard.Zuo
fff1ffaab8
Example of function memory game ( #2255 )
...
* example of function memory game
* refactor: remove unnecessary manual PartialEq implementation
* refactor: remove unnecessary license note
* refactor: update implementation and doc with suggestions
* refactor: fix format and lint issues
2022-01-12 18:40:38 +05:00