Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

✨ New Feature (Local store) #10

Open
1 of 3 tasks
balazsorban44 opened this issue Jan 27, 2019 · 0 comments
Open
1 of 3 tasks

✨ New Feature (Local store) #10

balazsorban44 opened this issue Jan 27, 2019 · 0 comments
Labels
feature New feature or request

Comments

@balazsorban44
Copy link
Owner

To make the team's life easier, there is a need for a place, where local data can live and can be propagated to any components in the tree, no matter how deep those components are. This seems to be the perfect use case of React Context.

Things to consider:

  • implement connection between Store context, and Service Worker

Expected Behavior

There should exist a Context Provider, (called Store) that holds all data used throughout the app in its state.
Furthermore, there should exist a Consumer (via withStore HOC and/or use of static ContextType)

Areas affected

  • frontend
  • backend

Priority

As fast as possible

Size

Probably everybody will make use of this, but the setup process is relatively easy and can be done by one person.

@balazsorban44 balazsorban44 added the feature New feature or request label Jan 27, 2019
balazsorban44 added a commit that referenced this issue Jan 27, 2019
balazsorban44 added a commit that referenced this issue Jan 27, 2019
balazsorban44 added a commit that referenced this issue Jan 27, 2019
balazsorban44 added a commit that referenced this issue Jan 27, 2019
forgot to import module #10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant