rapid-eth / rapid-adventures

Rapid Adventures - Activate Your Life
1 stars 0 forks source link

first pass at context #158

Closed onpaws closed 4 years ago

onpaws commented 4 years ago

Using useContext & useReducer we have a basic context for the adventure and quest data. Currently has a solitary reducer in there (pure) called INIT.

Not sure if reducers should be considered "in scope" on this but for consistency's sake with the other Providers threw it in there.

onpaws commented 4 years ago

image