DEV Community

Discussion on: The Complete Guide to Full Stack Solana Development with React, Anchor, Rust, and Phantom

Collapse
 
jar_l profile image
Yaroslav

Hello!
I'm interested if there is a common approach of combinig Redux (or other state managers) and Solana integration in React applications?
Why most cases of React-Solana integration are using Context API with hooks?
What are the best practices and why?