Skip to content
Advertisement

Tag: web-applications

React/NodeJS – Web page doesn’t work when go at localhost:3000

first of all i’d like to say that i’m a new developer of React and NodeJS. I want use this technologies: – React as a client – NodeJS as a server – Webpack for build my files. My project structure is the follow: my-application/ webpack.server.js webpack.client.js server.js client/client.js client/app.js client/components/header.js client/components/mainLayout.js client/components/footer.js The header and footer files are not important

Why do we need both client side and server side validation? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 9 years ago. Improve this question One argument for using both client side validation (JavaScript) and server side validation using a validator is that if the client browser does not support JavaScript or JavaScript

Advertisement