Azzy dvyastia kesuma
@azzykesumaAll solutions
- Submitted 4 months ago
rock paper scissor challenge
- HTML
- CSS
- JS
i use a lot of values inside the useContext, which works, but i feel it made my context bloated. i can split the values into multiple context, but i fear that it will make my main.tsx into context wrapper hell, and i also try to avoid using over complicated state management like redux for this simple project. how can i simplify the context without sacrificing code readability?