seed
seed copied to clipboard
A Rust framework for creating web apps
Lists: - `Ev` list: https://github.com/seed-rs/seed/blob/master/src/dom_entity_names/events/event_names.rs - `At` list: https://github.com/seed-rs/seed/blob/master/src/dom_entity_names/attributes/attribute_names.rs - `Tag` list: https://github.com/seed-rs/seed/blob/master/src/dom_entity_names/tags/tag_names.rs - `St` generated list: https://github.com/seed-rs/seed/blob/master/src/dom_entity_names/styles/style_names.rs Missing: 1. `At::Role` - https://www.freecodecamp.org/news/html-role-attribute/ - https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/button_role 1. `Ev::Invalid` - https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/invalid_event Don't...
Some additional experimentation has highlighted a useful pattern for state management and coordination. I want to collect some feedback on the following to help pin down the API. ## Problem...
I built an admin spa with seed, and everything worked out great! only that every time i log in, an error would pop up in browser console saying ``` panicked...
The code in question is introduced in PR #276. A new enum `MountType` was introduced for dealing with how to handle elements that are already attached to the root element...
Previous work: - Typed Tags - Api design https://github.com/seed-rs/seed/issues/374 - Typed Styles - API design https://github.com/seed-rs/seed/issues/332 - Typed Attributes - API design https://github.com/seed-rs/seed/issues/312 - Typed Events - API design https://github.com/seed-rs/seed/issues/331...
This is a "tracking issue" for error handling to discuss and find a best way for error handling in Seed and Seed apps. Interesting links: - [Rust: Structuring and handling...
Hi! We want to make Seed's website and documentation as good as possible. If you want to help a little bit, please see those issues for more info: - Feedback...
Hi! I'm interested in using Seed but I also need [Mapbox GL](https://docs.mapbox.com/mapbox-gl-js/api/)). I tried to look for that in the documentation, but there doesn't seem to be any mention on...
Currently `seed::fetch::Response` has 3 interfaces: `text`, `json`, `bytes`. I'm working on something now which is fetching a large amount of non-text data, `bytes` can work but it is not ideal...
See https://github.com/thedodd/trunk/issues/19