Skip to content

issues Search Results · repo:rjz/typescript-react-redux language:TypeScript

Filter by

13 results
 (88 ms)

13 results

inrjz/typescript-react-redux (press backspace or delete to remove)

Hi, I have just build the app with npm run build and started the app with npm run start. The app tells that I have to runn the npm run build command again. Is this a desired behaviour? Best regards and ...
  • AlexanderRies
  • 2
  • Opened 
    on Jun 18, 2018
  • #40

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper ...
greenkeeper
  • greenkeeper[bot]
  • Opened 
    on Jun 7, 2018
  • #39

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper ...
greenkeeper
  • greenkeeper[bot]
  • Opened 
    on Jun 7, 2018
  • #38

Hey there, thanks for your sample. As it seems, some things slightly shifted in new redux releases. The Dispatch function for example now want s an AnyAction as generic parameter, which leads to the ...
  • DigitalFlow
  • 3
  • Opened 
    on Jun 5, 2018
  • #36

Thanks for the awesome project! I used it heavily as an example for trying out redux-loop with TypeScript and create-react-app. https://github.com/meandmax/redux-loop-ts-example
  • meandmax
  • Opened 
    on Dec 11, 2017
  • #30

Im curious why you dispatch the request as a parameter in the success action group like here: https://github.com/rjz/typescript-react-redux/blob/master/src/actions/index.ts#L66 You do not use this property ...
question
  • meandmax
  • 4
  • Opened 
    on Nov 25, 2017
  • #29

Adding inline documentation (in addition to supporting blog posts) to this project will expose design decisions and hint at both the architecture and how to extend it.
  • rjz
  • Opened 
    on Sep 4, 2017
  • #22

Since the specs are run using tsc.transpileModule (via ts-jest), any type information included in them is discarded during transpilation. While static-checking will be slower in larger projects, its value ...
enhancement
help wanted
  • rjz
  • Opened 
    on Sep 4, 2017
  • #21

E.g. in src/reducers/Store, the Store namespace can be flattened out: export type Counter = { value: number, } export type All = { counter: Counter, isSaving: boolean, isLoading: boolean, error: ...
  • rjz
  • Opened 
    on Aug 31, 2017
  • #19

I m trying to build sample on Windows 10 and I m getting build failure on step npm run build of readme.md. npm@4.2.0 node@v7.10.0 The tests apprently worked, but then I got multiple errors. The attached ...
  • const
  • 2
  • Opened 
    on May 8, 2017
  • #14
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub