Mr.X
Mr.X

Reputation: 31345

Why is React considered server side rendering technology compared to Angular?

I was learning about ReactJs and I found that when it's rendering aspect is compared to AngularJs - for some reasons it's called that ReactJs is server-side rendering technology.

I'm surprised to know this!

Look at the question # 10 here or this Youtube tutorial link

As far as I understand both AngularJs and ReactJs can render on both client & server-side.

I'm quite curious about what am I missing here?

Upvotes: 0

Views: 149

Answers (1)

Mr.X
Mr.X

Reputation: 31345

Update: I've decided to not delete this thread as this kind of non-sense can be experienced by others as well. Read the comments on question!

There is no difference in terms of rendering wrt the client or server-side. The ReactJs and AngularJs are both client-side and server-side technologies.

Upvotes: 1

Related Questions