#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph
#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph
| import * as React from 'react' | |
| import * as Redux from 'redux' | |
| import { MyReduxState } from './my-root-reducer.ts' | |
| export interface OwnProps { | |
| propFromParent: number | |
| } | |
| interface StateProps { |
Picking the right architecture = Picking the right battles + Managing trade-offs