topcoderinc / cab

9 stars 3 forks source link

Tech stack specific Guides #26

Open hokienick opened 7 years ago

hokienick commented 7 years ago

"On the lines of having a guide for iOS contests, similar guides should be created for the popular tech stacks namely:

  1. Nodejs
  2. .NET / C#
  3. Java
  4. Android
  5. Angularjs"
hokienick commented 7 years ago

John Wheeler to take point.

Github Repo taking place: https://github.com/topcoderinc?utf8=%E2%9C%93&q=pack&type=&language=

Comment! Get involved!

birdofpreyru commented 7 years ago

Regarding React starting pack. I am involved in setting up an isomorphic ReactJS App for new sections of Topcoder community website. Once ready, it can be completed with usage examples of included staff for common tasks, stripped off TC specific things, and published as TC starting pack for ReactJS. @vic-topcoder and Parth know more about it.

lstkz commented 7 years ago

@birdofpreyru With css modules? What flux framework do you use?

birdofpreyru commented 7 years ago

Yeap, with css modules, react-actions, and other bells and whistles :)

lstkz commented 7 years ago

I used this in my project https://github.com/erikras/react-redux-universal-hot-example It worked fine, but there are sometimes problems with hot reloading because it must be implemented for both frontend and backend.

Another problem is that all boilerplates are huge. Maybe it's better to try frameworks like this https://github.com/zeit/next.js/?

hokienick commented 7 years ago

@mcards13 and I discussed this 06/29 and he will be speaking with @jswheeler to come up with an actionable plan. Should be ready for CAB review by end of next quarter.