Right now we have use deeply nested state by passing props around. It's probably a lot cleaner to use the React Context API to manage this.
This probably doesn't affect performance or function, but should make code much cleaner to manage. I know @OctaveLT is dealing with similar issues concerning #24.
Right now we have use deeply nested state by passing props around. It's probably a lot cleaner to use the React Context API to manage this.
This probably doesn't affect performance or function, but should make code much cleaner to manage. I know @OctaveLT is dealing with similar issues concerning #24.