yewstack/
Rust / Wasm framework for building client web apps
USD raised
Recent activities
Yewtil is not stdweb compatible
Link to examples from relevant sections of Yew docs
Document how to enable VSCode html autocomplete support
Update crate docs to differentiate `yew` and `yew-stdweb`
Implement a message queue for private workers
Conditionally require Serialize on Agent's input/output
Properties derive macro fails on empty struct
Adding callback_future_once on LinkFuture trait (yewtil crate)
Add the ability to walk up the component tree
What has your experience been like using Yew?
Example web_sys/file_upload fails to build with wasm-pack
Drag file into element and on drop.
Update pulldown-cmark dependency for CRM example
How to use Touch events
Incorrect change implementation for functional components
How is the `web_sys/todomvc` example intended to be built?
cargo-web is not compatible with web-sys
Multiple messages could be batched to cause only 1 render
Documentation comment for Component mounted method needs improvement
Update yew-router warp server example to use warp 0.2
Beginner-level guide for using Yew with `wasm-pack` and `webpack`.
Yew-router hangs my browser with simple configuration
Fix documentation: stop re exporting web-sys / stdweb types
The examples link in the README is broken
Send `Destroy` and `Disconnected` messages when PrivateBridge drops
Send `Connected` message when private worker is loaded
Proposal: Community supported component library
[SSR] Refactor Component rendering
too much recursion in click event
How to use UIKit?
Html from String
not possible to run examples
Using FetchService with generic callbacks?
Feature request: Add support of optional class names
Yewtil: future should not depend on stdweb
Extracting metadata for images on ChangeData event?
Server projects prevent building workspace for wasm
query string in worker URL
Allow `Option`s in html! class.
[yew-macro] Improve error message when props do not have values
yew-macro: Do not allow void elements to have children
[yewtil] The `dsl` module is unmaintained
How to pass callback property to component in Router::render
Yew v0.16.0 and yew-router uses two different versions of yew
Adding click event listener without jsx templating
Support for dynamic HTML element tags inside html macro
Add `send` method to `AgentLink` so that agents can easily update themselves
Completed my example project with reactive state! Also example contribution question
Arbitrary json through messages is broken
Private agents are only half implemented
Add `send_async` method to `AgentLink` so it's easier to work with futures
Lack of proper Component destruction causes problems for Router.
How to conditionally include view template fragments?
[html/mod.rs] replace `Component::destroy()` with `Component::drop()`
Implement PartialEq for VChild
Keyed elements cannot be re-ordered
`send_message` to a component from the `create` method does not work
`rendered` does not have `first_render` == true on the first render
Add `onerror` to yew-macro listeners
How to react to `load` events for images
FetchService: JSON Body
Original errors are discarded when using web-sys WebsocketService
How to debounce keyboard input ?
Add support for use_context hook
Yew router doesn't update DOM when there are two path with the same component and different content
button type attribute is not render
Yew stops propagation of events by default
How to hold a link to a child component
Adding a callback as a window event listener
recursion limit reached while expanding the macro html!
Using the `for` syntax for rendering iterators hides the elements from the parent component
Can't seem to use `onwheel` event on html
Use requestAnimationFrame instead of timer
Add CI benchmarking
Setting the current value of an input?
Improve the documentation - so newcomers to Yew/WASM could run yew examples without problems
Make RouteButton/Anchro prevent_default events
How to render a string as unescaped HTML?
Is Yew compatible with other browsers than Chrome?
Passive event listener for keyboard and prevent_default
How can i access the local storage? (document.localStorage)
./build.sh: line 43: wasm-bindgen: command not found
The examples are slightly bit rotten :)
Reduce maintenance difficulty
Key not parsed for components
Benchmark action fails to post comments for PRs from forks
Fix failing tests.
Render phase can be interrupted
"InternalError: Too much recursion" when rendering child components
Example static files are ignored by the build.sh script
Does Yew not require a key prop in arrays?
Improper rendering order of Components
TodoMVC example is not working properly sometimes.
Can't use bincode 1.3 with Yew
Latest version of yew_router is not published to crates.io
render called before sub-component's views get to the DOM (this is a regression)
onsubmit event is mismatched types
urlencodned query params
`send_message` was changed to behave synchronously? Then, how can I send a message after `view` is finished?
Router only works on route "/"
panicked at 'cannot call wasm-bindgen imported functions on non-wasm targets'
Input element value is reset on each render when no `value` is specified
Windows friendly example instructions and scripts
Impl Deref<Target = str> for yew::virtual_dom::Key
yew-router/examples/minimal fail to build
yew throw error when try to render svg in a vnode props after Mouseevent is triggered
TodoMVC example should use yew-router
Macro fails with custom HTML tags that have dashes
Broadcast message from parent to children
The ES6+ syntax breaks `--release` builds.
Use packages from npm
Watch mode?
"error: type parameters with a default must be trailing" when deriving Properties
Current implementation of oninput prevents access to InputEvent fields
`mount_to_body` calls `Component::create` twice?
Proposal: Replace bash scripts with a Rust CLI
Update MSRV to 1.45.0 and remove proc-macro-hack
May not need proc_macro_hack anymore
Add documentation for html_nested! macro
Fetch request gets aborted immediatly
Closing tag not in markup
Ability to read HTML code from a file
Incorrect error output for mistakes in HTML fragments
Uncaught RangeError: Maximum call stack size exceeded
The event types passed to `on*` callbacks are completely documented
'no SubmitEvent in `events' -- I can't seem to find the SubmitEvent.
Example "game_of_life" has mismached "cellules_width"
Provide `batch_callback_once` in `Scope`
Bug: todomvc example
Add support for std::fmt::Debug inside html macro expressions
Docs site is not redirecting properly
Sidebar titles are broken on Chinese versions
Chinese docs still use the mdbook syntax instead of Docusaurus'.
NodeRef should be used in rendered method
use_state setter is *highly* unergonomic
Cargo build failure due to `yew-macro` compilation errors
Specify minimum Rust version in docs
Node refs are not cleared when nodes are unmounted
How to serve multiple HTML pages from a single crate using yew?
Some Functionality to delay Component unmounting
Get previous route (yew router)
How to create components by code for example in for loop?
Regression in `ToNodeIterator` for `HtmlIterable`
Extend nested_list example with examples of runtime-generated list using html_nested!
Allow the usage of &str when using onclick attribute on an element.
I couldn't build with master branch
create boid example
yew router doesn't work corretly with parameters
Latest yewtil/yewtil_macro breaks with "pure" feature enabled
Feature request: Optional attributes of an HTML tag
Fix documentation redirects
Router switch example should be converted to a suite of tests
Move yewprint to yewstack organization
Examples could be more accessible if hosted by Yew
Add descriptions to each of the examples
Input field needs to be autofocused
Fix fetch service documentation
Unable to run examples with trunk version 0.5.0
File Upload to HTTP Server with Multipart Form
Make VComp.type_id public
yew-functional rust-lld error
Implicitly convert value to Some(value) for Option<T> props
Implement `Task` for `ResizeService`
Update to Trunk 0.7.0
Provide template servers that use 404-redirection
Variant derive macro
Optional attributes in 0.17.4 is not working
`with props` syntax doesn't error if multiple props are provided
How to implement library for storing mutable global state
Broken link on yew.rs
Video Element property muted
html! macro broken in latest rust stable and rust-analyzer/vs-code
IndexMap build error on yew v0.17.4
Move all yew-xxx crates into a packages folder.
Provide a first-class tool to build yew projects
getting error "import requires a callable"
associated function `build` is private
TodoMVC example: cannot double-tap to edit on Chrome for Android
yewtil-macro currently doesn't build
@liquidblock I’m sorry - I shouldn’t have assumed. I’ll remember to use non-specific language in the future.
How to use the #[function_component()] attribute?
ordering of classes different when reordering or re-adding
Are third-party javascript libs adding DOM elements are in conflict with yew's DOM management?
Adding a Router
errors in showcase
#[derive(Properties)] fails for some trait bounds
Broken links in website documentation
Router example error
Generic components with lower case type: "expected a valid html element"
Support generic functional components
Add a comment to the router example explaining the need for a <base> tag
Compiling use_context hook example fails
String literals are not allowed in html! macro
Error writing to cache: ENOENT: no such file or directory, stat './build.rs'
Enable French translation for the docs
© 2019 BoostIO, Inc.