SvSven / bergenworks-frontend

Frontend for the Bergen.Works website, built with React + Next.js
0 stars 0 forks source link

move global state from redux to context api #1

Open SvSven opened 4 years ago

SvSven commented 4 years ago

We're not doing anything complicated with a global state, only storing some static information we re-use on every page - so redux is a bit overkill.