ReactJs is a frontend library for building User Interfaces. It creates Single Page Applications or SPAs. In a traditional website, you would have a different html files being served for separate endpoints. A website ( SPA ) built using React contains only one html file and the rest is handled by Javascript.
Sort: