Seed: State of the project

Created on 2 Feb 2019  路  3Comments  路  Source: seed-rs/seed

seed is absolutely one of my favorite rust-wasm projects at the moment.
I really would like to build a real app with it but before investing too much time into it i'd like to know your thoughts about the current state and the future of seed.
Do you see seed more as an experiment or are you planning to move it into a production ready state?

Most helpful comment

Production ready. Unfortunately, I can't see that happening for at least another 2 months. As you can tell, we're continuing to make multiple breaking API changes, but I think it's worth it to knock these out early. The biggest things that will change are already listed as issues.

All 3 comments

Production ready. Unfortunately, I can't see that happening for at least another 2 months. As you can tell, we're continuing to make multiple breaking API changes, but I think it's worth it to knock these out early. The biggest things that will change are already listed as issues.

Thank you for that feedback, so I'll try to continue with contributions if possible :)

I think I have the router API stabilized as of this morning, and hope to have it working and documented by this weekend. Then will tackle the out-of-order bug you noticed. If you're looking for something specific to help with, you could try to figure out how to make checkboxes "controlled" (eg enforce checkbox state syncing with model), and confirm the controlled text inputs I set up work as intended.

Was this page helpful?
0 / 5 - 0 ratings