-
Updated
Jul 9, 2020 - JavaScript
universal-react
Here are 93 public repositories matching this topic...
-
Updated
Jan 13, 2017 - JavaScript
Add documentation
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jul 16, 2020 - Ruby
-
Updated
Oct 30, 2018 - JavaScript
I see you've added a config file for VSCode debugging the server side - can we do this for browserside?
-
Updated
Dec 9, 2017 - JavaScript
Trying out the react-router-v4-example, npm start is failing because of error in
npm ERR! redux-react-session-example@0.1.0 start: `babel-node tools/server.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the redux-react-session-example@0.1.0 start script.
-
Updated
Apr 15, 2018 - JavaScript
-
Updated
Oct 24, 2017 - JavaScript
-
Updated
Jun 8, 2020 - JavaScript
This could make it compatible to create-react-app.
Could do something like this
let say your script name is react-scripts-web
create-react-app myapp --scripts-version react-scripts-web
Further Enhancement: Need to think an appropriate way to allow user overwrite the default template.
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Dec 14, 2017 - JavaScript
It raised an eyebrow to see a dependency on react-router-dom in the server/handlerRender.js file, since it's a client library being utilized on the server.
import { matchPath } from 'react-router-dom';
From Michael Jackson's guide you referenced: https://reacttraining.com/react-router/web/guides/server-rendering, there's a /server folder which might be more appropriate. As a co
-
Updated
Jun 27, 2018 - JavaScript
-
Updated
Feb 5, 2018 - JavaScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Nov 15, 2018 - JavaScript
-
Updated
Mar 5, 2019 - JavaScript
-
Updated
Feb 20, 2019 - HTML
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
Apr 23, 2020 - TypeScript
-
Updated
May 24, 2018 - JavaScript
-
Updated
May 8, 2017 - TypeScript
-
Updated
Jan 4, 2019 - JavaScript
-
Updated
May 21, 2020 - JavaScript
-
Updated
May 26, 2018 - TypeScript
Improve this page
Add a description, image, and links to the universal-react topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the universal-react topic, visit your repo's landing page and select "manage topics."
Hi,
As a reference for others, I think it would be helpful to add the following example to the readme.