coryhouse / react-slingshot

React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting and a working example app built in
MIT License
9.74k stars 2.94k forks source link

Typescript support #334

Closed hwaterke closed 7 years ago

hwaterke commented 7 years ago

Anyone tried migrating an existing project using this boilerplate to use Typescript?

coryhouse commented 7 years ago

Here's a fork by @nickytonline with TS support. https://github.com/typescriptcrew/ts-react-slingshot

rajivkulkarni commented 7 years ago

That repository looks way old. Wish he kept syncing it up with this one.

nickytonline commented 7 years ago

@rajivkulkarni I've been quite busy as of late. I will try to get it back up to date when a big chunk of free time pops up.

nickytonline commented 7 years ago

@rajivkulkarni. if you're looking for TS React inspiration, I also have this guy here, https://github.com/nickytonline/ts-react-starter which is with webpack 2 and TS 2.1

rajivkulkarni commented 7 years ago

Thanks.

nickytonline commented 7 years ago

Oops, it's still webpack 1. It was my Preact repo that is webpack 2

Rajiv-Kulkarni commented 7 years ago

Ah. The webpack version is still 1.. ANyplans to update it to version 2.? I have posted a couple issues there I guess related to webpack version 1 vs 2. Thanks.

nickytonline commented 7 years ago

@rajivkulkarni, it will get upgraded when I update the whole repo with all of react-slingshot's changed. Having said that, if the issues are ts-react-slingshot, please only open the issues in that repo. Thanks.

nickytonline commented 7 years ago

For all TypeScript related issues in regards to react-slingshot, please report issues here, https://github.com/typescriptcrew/ts-react-slingshot/issues

nickytonline commented 6 years ago

Related #531, #370, #44

leogoesger commented 6 years ago

https://github.com/leogoesger/redux-typescript-boilerplate I recreated a react, redux typescript app following react slingshot file structure. It doesn't have all the bells and whistles, but it does work. It has react, redux, react router, react-route-redux, thunk and material ui. It was created with create-react-app, and can be ejected.