reactjs-baseline
reactjs-baseline copied to clipboard
My Fork
Hey,
I have a fork I've changed considerably; you might want to take a look and see if there's anything you like that you'd want to incorporate.
The main differences are:
- make a common and api directory next to the jsx directory
- optional shorthand for
requireto get things from common/api without using relative paths. - switch to stylus
- allow stylus files to be placed anywhere; usually next to the component they apply to
Some things I'd also like to do are
- setting up testing examples
- a simple node server that pre-renders pages
- include a system for making fake http requests for testing / initial page renders