DEV Community

Discussion on: Architecting React Apps Like it's 2030

Collapse
 
localpath profile image
Garrick Crouch

Good job. You may want to use a services directory for anything that interacts with the outside world such as http/wss clients. Hooks are a great way to encapsulate using those clients ie swr/react query

Collapse
 
itsrennyman profile image
Renato Pozzi

Yeah, that's another good point. Thanks for sharing this!