remstos / parse-react-sample

ParseReact sample app - Nice stack with everything you need
alley.parseapp.com
MIT License
48 stars 9 forks source link

Project enhancement #1

Closed catalinmiron closed 9 years ago

catalinmiron commented 9 years ago

Hi @Kemcake,

This is a great project, from a starter kit perspective. What I'd like to bring into this starter kit are the following:

Remove:

Add:

To give you a little preview of the enhancement, please take a look at the following gif.

parse-webpack-starter-kit-v3

remstos commented 9 years ago

Hello @catalinmiron I agree that this repo starts to become a bit old and could be improved by replacing some parts I would love to see what you did!

I was also thinking about rewriting it with ES6, what do you think of this ?

catalinmiron commented 9 years ago

Yes, I forgot to mention about ES6 syntax.

Good to know that, when using ES6, there are no mixins available. But Parse made a wrapper called ParseComponent for React.Component. I'll push my changes with the webpack implementation and we'll figure a way of making this happen :)

I'd also like to move the tests from jest to a performant branch, as mocha / chai are. So, I'm going to make another PR where I'll do this, what do you think?

PS: Right now I don't have access to the changes since I'm at office work, but as soon as I'll be at home I'll push the changes.

Can you think about a future roadmap? Where this project should go? What are the future improvements? Can we make a yeoman generator out of it?

catalinmiron commented 9 years ago

@Kemcake you can check the changes in the PR (https://github.com/Kemcake/parse-react-sample/pull/2)