mohebifar / racket

A complete starting app for developing universal React/Redux web apps with generators, best practices and more
https://racket-demo.herokuapp.com/
MIT License
291 stars 15 forks source link

removing example preset or making it optional #17

Open plexigras opened 8 years ago

plexigras commented 8 years ago

having racket generate a example app increases the setup time dramatically.

why not just generate the bare minimum?

mohebifar commented 8 years ago

I would like to do that too. But it would be better to provide an example of connecting to an API as Racket is a universal app generator. Users should know how to do it.

plexigras commented 7 years ago

having the reducer generator have a option to generate with a fetch preset might be a solution to that