react-express
react-express copied to clipboard
Learn React through interactive examples
I recommend mentioning React DevTools early on so that people can get comfortable with React component hierarchy *and* gain awareness of whether they're running development or production build.
Like many beginner-oriented tutorials, it doesn't mention the difference between development and production builds. Unfortunately, this leads to people shipping development builds to production. If the guide only used Create...
There is a myth that React requires using inline styles, and IMO this guide might confirm this idea for people who aren't experienced with React. Would it be better to...