Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few observation, not exactly bug or problem. #18

Open
johnx7271 opened this issue Aug 12, 2016 · 0 comments
Open

A few observation, not exactly bug or problem. #18

johnx7271 opened this issue Aug 12, 2016 · 0 comments

Comments

@johnx7271
Copy link

First great works, and thanks.

  1. dotnet can do server side rendering also, and it has great design-time environment. The reactjs server side rendering is a little bit duplicate in this case, and makes me feel a little bit uncomfortable.
  2. is es2015-webpack used at all?
  3. I added some new launch settings, if you feel usefull, please incorporate it into the project
    {
    "name": "Node- build server, and debug build client",
    "type": "node",
    "request": "launch",
    "program": "${workspaceRoot}/run.js",
    "stopOnEntry": true,
    "args": ["build", "--debug"],
    },
    {
    "name": "Node- run client with DEBUG and HMR, start server.",
    "type": "node",
    "request": "launch",
    "program": "${workspaceRoot}/run.js",
    "args": ["start"],
    },

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant