yew/.gitignore
Simon bd67b92535
Add support for use_context hook (#1249)
* Replace mounted with rendered lifecycle method

* fix checks

* fix doc test

* use_context test

* made test yet more sensitive to errors

* fix some merge oddities

* just some style adjustments

* proof of concept use_context hook using scope

* store scope in hook state

* add a test with multiple context types

* subscribe to context changes

* make clippy happy

* reuse dead slots for subscriptions

* clean up and improve test

Co-authored-by: Justin Starry <justin.starry@icloud.com>
Co-authored-by: Mathis <mk@thepeaklab.com>
2020-05-25 20:42:00 +08:00

8 lines
71 B
Plaintext

target
**/*.rs.bk
Cargo.lock
orig.*
/.idea
/.vscode
/cmake-build-debug