DavidWells / isomorphic-react-example

Deprecated! ReactJS + NodeJS ( express ) demo tutorial with video. Universal/Isomorphic JS = Shared JavaScript that runs on both the client & server.
http://davidwells.io
MIT License
1.69k stars 272 forks source link

Fix minor inconsistencies #12

Closed typpo closed 8 years ago

typpo commented 8 years ago

Thank you for the excellent tutorial! This just fixes minor nits like: 1) mixed use of double quotes and single quotes in Javascript 2) odd spacing bugs that look like the result of tab vs spaces cleanup

DavidWells commented 8 years ago

Thanks for the updates! =)