scalable-react / scalable-react-boilerplate

:star: Scalable feature-first React micro-framework made for Udacity Alumni collaborative projects
https://scalable-react-boilerplate.herokuapp.com/
MIT License
259 stars 60 forks source link

Can the stable branch be used for production ? #59

Closed narmadham closed 7 years ago

narmadham commented 7 years ago

Hi,

I am trying to use the stable branch for my application. I am getting some exceptions. I don't require GraphQL but looking for SSR, Code splitting. Please let me know whether stable branch can be used.

RyanCCollins commented 7 years ago

Hi @narmadham!

The stable branch was created a while back when we branched off into adding apollo / graphql. I have not updated it in a while. It was stable at the time.

I can create a branch that removes the graphql / apollo stuff, however, as the configuration for that is very small. When I get some time later tonight, I will do that! Thanks for getting in touch and for choosing to use our boilerplate!

narmadham commented 7 years ago

Thanks @RyanCCollins ...That will be really helpful.

RyanCCollins commented 7 years ago

Sure, my pleasure! I will ping you when it's ready.

RyanCCollins commented 7 years ago

@narmadham

Okay, I've removed apollo from the server and client. There might be some configuration for apollo left behind, but nothing that will get in the way. See sans-apollo. If you are working from a fork, you can feel free to pull this branch into master, or whatever you need to do.

All the best!

P.S. GraphQL and Apollo are awesome! If you get a chance to play around with it, I would definitely recommend it.

RyanCCollins commented 7 years ago

@narmadham I am going to close this, but please feel free to ping me if you have any other questions.

Cheers!

narmadham commented 7 years ago

Thanks @RyanCCollins :)

RyanCCollins commented 7 years ago

My pleasure!