thedodd / ybc

A Yew component library based on the Bulma CSS framework.
Apache License 2.0
258 stars 37 forks source link

Code is not compatible with most recent yew 'master' code base #27

Closed goodidea-kp closed 1 year ago

goodidea-kp commented 2 years ago

I want to use a new version of workers from 'yew'master' - which is working for me. However, I can't compile it with the current version of ybc. Please spend some time migrating on the recent 'yew' version.

Thank you!

mneilly commented 2 years ago

FWIW - you can try this branch:

https://github.com/mneilly/ybc/tree/yew-0-19-update

which is just https://github.com/thedodd/ybc/pull/25 rebased on the latest master.

Also, I have an updated ybc-example repo that works with the above:

https://github.com/mneilly/ybc-example/tree/mneilly/update-to-ybc-yew19

I make no quality claims and haven't done any testing... these are just me trying to get things running so I can experiment with ybc.

thedodd commented 1 year ago

Updated 🎉