Embedded React Applications

Ernesto F
Level Up Coding
Published in
6 min readDec 1, 2020

--

Photo by P.R.R. from Pexels

When we think “React Application” we immediately think routing, paths, server-side rendering, App root, and a bunch of other concepts inherent to how we develop applications today.

In practice, React Applications are not constrained to require routing or be dependent on server render steps.

Then, what is an Embedded React Application?

--

--