[go: up one dir, main page]

Incorporate ReKotlin into the Base Module

I've made the decision to move the architecture from MVVM toward redux with ReKotlin. This will be a transitional process but needs to start from the base module for some of the most fundamental elements, such as the Application State. This task should:

  • import the necessary library into the base module
  • create an AppState for state management
  • any other foundational pieces which are necessary for getting started

Note: This task does not convert any existing architecture into redux.