typescript-react-app-kickstart-guide icon indicating copy to clipboard operation
typescript-react-app-kickstart-guide copied to clipboard

Kickstart guide for React Redux Apps written in TypeScript

Results 4 typescript-react-app-kickstart-guide issues
Sort by recently updated
recently updated
newest added
trafficstars

currently default props are defined with ``` export type PickDefaultProps = Readonly; ``` and used like ``` type DefaultProps = PickDefaultProps; ``` why not do: ``` type DefaultProps = Partial;...

help wanted
question

With CRA 2.0, you need to add TS Loader to storybook; and use jsx=react as parameter. I can push a full example later :)

Add a CI script to automatically update the gh-pages branch when master is updated.

enhancement

Currently this guide covers no solution for routing.

enhancement