Skip to content

Data Layer III

No due date 0% complete

After consolidating a decent amount of functionality from across the app, we shift our focus to functions interacting with the React layer i.e. contexts, hooks and other state management

  • The idea is to still separate/delegate out the business logic in these hooks and contexts to the data layer to focus on encapsulation and an easier overhead for setting …

After consolidating a decent amount of functionality from across the app, we shift our focus to functions interacting with the React layer i.e. contexts, hooks and other state management

  • The idea is to still separate/delegate out the business logic in these hooks and contexts to the data layer to focus on encapsulation and an easier overhead for setting up testing
Loading