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

hey. I want to learn server-side-rendering for react. when that course available in teamtreehouse?please reponse ASAP.

please add that course ASAP.

1 Answer

Lee Vaughn
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree seal-36
Lee Vaughn
Treehouse Teacher

Hi Hamza Tariq!

Can you elaborate more on what type of content you are looking for or what you mean by server-side rendering?

React is a front-end library and while you can certainly use it in full-stack applications all of the rendering takes place on the front-end, not the server-side.

There is quite a bit of React content in the library, which you can find here.

I hope that helps

Michael Hulet
Michael Hulet
47,912 Points

To give a bit of context, there are several projects out there that attempt to provide React or React-like functionality, but rendered at least partially on the server instead of on the front-end. This is useful for things like SEO and general optimization for size and speed. Things like Next.js and/or Svelte are popular for this kind of thing, but unfortunately Treehouse doesn't teach any of those yet