A starter kit for React+Bootstrap+NPM+Browserify
Run make
to build.
Use a file watcher such as watch for convenience.
- LiveReload - Updates your in-browser CSS without a full refresh.
- JSXHint - A JS linter that works with JSX syntax. Wraps JSHint.
- Chrome dev tools - In my opinion, the best dev tools for frontend development.
- Thinking in React - Taken from the official docs.
- Removing User Interface Complexity, or Why React is Awesome By James Long. Explains why React is different.
- Unix as IDE: Building Explains Makefiles. Part of a brilliant series of articles about replacing your bloated IDE with Unix tools.
- react-router - Abstracts the logic of "which page to show according to the current url". If your app has multiple pages, you should use this.
- react-bootstrap - Bootstrap widgets as React components. Very useful when using Bootstrap.
- react-router-bootstrap If you're using the above 2, this one gives a nice integration between them.