Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

React SPA

Hello, I want to build big application using React/Redux as SPA, but I am not sure if it is suitable. I think it will be slow at the beginning, a lot of content to download. What is the best practice for big apps using react?

Michael Liendo
Michael Liendo
15,326 Points

The process is the same in building in general: start small and add features over time. "No one goes out and just builds facebook." The great thing about React is that it's all components: small pieces that are modular and can be easily pieced together.