reactjs-baseline icon indicating copy to clipboard operation
reactjs-baseline copied to clipboard

My Fork

Open brigand opened this issue 11 years ago • 0 comments

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 require to 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

brigand avatar Feb 19 '14 10:02 brigand