You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to help separate application code from the setup/framework, it'd be great to separate it into src/lib and src/app. That way, devs can work in React/Redux without distractions and the overhead.
In order to help separate application code from the setup/framework, it'd be great to separate it into
src/libandsrc/app. That way, devs can work in React/Redux without distractions and the overhead.Example:
