It's research time, this repo will be where I am playing around with Yew.rs and technology. I am working on this both on my personal time, and live on my Twitch.tv stream.
I'll have a single Yew.rs app with different where I'll be integrating technologies and patterns. Different branches will only be used if I experiment with libraries that are incompatible with each other.
I'm a big fan of using a external component library for components that don't need to know about specific business logic. This would help us keep the components simple, extendable, and re-usable. I'll be creating the component library in https://github.com/brooks-builds/yew_component_library
We are using Auth0 for a couple of reasons
- It's popular with the startup crowd
- It's easy to use and a lot of JS devs are using it for professional projects
- I am using it at my day job, and don't want to learn another auth system unless I have to