cboard
cboard copied to clipboard
Update context provider components
Change context provider class components for functional components.
I could work on this!
looping @shayc here. @wilitp what should be the advantage of using functional components for context providers?
More up to date usage of the API and possibly leaner code. Also ease for future newcomers, that may be more familiar with function based components, to contribute.