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 Basics (retired) First Steps in React Our First Application

Roudy Antenor
Roudy Antenor
4,124 Points

Takes 5 seconds - sometimes up 15 seconds to change from loading to Hello - am i missing something?

hi all this is my code: and i am just using the workspace provided

ReactDOM.render(<h1>Hello</h1>, document.getElementById('container'));

when i press to see the out put - sometimes it renders in about 5 seconds later , and sometime even up to 15 seconds later -- any thoughts?

Charles Kenney
Charles Kenney
15,604 Points

No that's not normal at all. Are you running this on treehouse workspaces?

1 Answer

Roudy Antenor
Roudy Antenor
4,124 Points

I do not know what just changed - but it is no longer taking so much time since i stopped and restarted learning- anyway , thank s everyone