react-server icon indicating copy to clipboard operation
react-server copied to clipboard

Add doc explaining server-side requires vs client-side requires

Open doug-wade opened this issue 9 years ago • 0 comments

I talked to @alex88 in slack a bit today, and one of the things that became clear was that it is not self-evident that we would be using webpack to handle our requires in the browser, but node's commonjs implementation on the server. We should clear up that the behavior is different server- vs client-side

doug-wade avatar Aug 19 '16 18:08 doug-wade