Skip to content

Version 0.1.2

Compare
Choose a tag to compare
@alexvcasillas alexvcasillas released this 25 Apr 19:30
· 55 commits to master since this release

At this point #3RMXi is production ready. It will always could be improved but this version is valid for production purposes.

This version had decoupled the State from the UI in the <Language /> component so now we don't depend on state changing and just letting MobX handle the state apart from the UI so we can gain some performance benefits in terms of freeing the <Language />component from having to handle it's own state when we already had a Store with computed and observable values that could handle this in a much better way than the component state itself.