yohash / UnityReact

A react-like backend built in C# for Unity
MIT License
0 stars 0 forks source link

Code gen #8

Closed yohash closed 3 months ago

yohash commented 3 months ago

Code gen to create directly-assigned props and state containers. Eliminates heavy boilerplate burden on user. Eliminates iterative state-search.

closes https://github.com/yohash/UnityReact/issues/4 closes https://github.com/yohash/UnityReact/issues/3