Replies: 2 comments 1 reply
-
you can use |
Beta Was this translation helpful? Give feedback.
1 reply
-
I had to import React to the App.js This is working different than the regular REACT app set up.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, I am trying to use webpack to do SRR with REACT.
You can see the entire code here:
https://github.com/Elindo586/myWebpackTest
Right now I got no errors showing, but the localhost isn't showing any text, however, it is showing the css for the background? Go figure..
Is there any links to follow a basic setup for REACT? Maybe I am missing a plugin? a loader?
Following the REACT regular set up, and the webpack-config.js the main files that I think are in play look like this:
Index.html
App.js
index.js
Beta Was this translation helpful? Give feedback.
All reactions