Closed adamgruber closed 4 years ago
Currently react and react-dom are only used to create the initial HTML string. This can be done using only template literals thus removing the need for react to be installed as a dependency.
react
react-dom
Currently
react
andreact-dom
are only used to create the initial HTML string. This can be done using only template literals thus removing the need forreact
to be installed as a dependency.