volunteer_portal
volunteer_portal copied to clipboard
Remove Redux as a dependency
Volunteer Portal has two ways of managing state - Redux and Apollo. This is extra complexity and confusing to new contributors. We should investigate if it is doable to remove Redux and solely use Apollo for state management.