MCPcopy Create free account

hub / github.com/Hotell/blogposts / functions

Functions366 in github.com/Hotell/blogposts

FunctionApp3
()
2018-05/ts-react-new-features/src/provider.tsx:351
FunctionButton
({ onClick: handleClick, color, children })
2018-02/ultimate-react-component-patterns/src/stateful-stateless.tsx:15
FunctionButtonSFC
(props)
2018-05/ts-react-default-props/src/app/default-props-___.tsx:12
FunctionButtonSFC
(props)
2018-05/ts-react-default-props/src/app/default-props-solution-4.tsx:33
FunctionButtonSFC
(props: Props<T>)
2018-05/ts-react-default-props/src/app/default-props-solution-4-generics.tsx:32
FunctionChild
({ who })
2018-05/ts-react-new-features/src/provider.tsx:214
FunctionChildCmp
({ who, callMe })
2018-05/ts-react-new-features/src/provider.tsx:235
FunctionChildCmpFix1
(props)
2018-05/ts-react-new-features/src/provider.tsx:276
FunctionChildCmpFix2
(props: ChildProps)
2018-05/ts-react-new-features/src/provider.tsx:335
FunctionCounter
(props: { initialCount?: number })
2021/shipping-library-types-series/experiments/microbundle/src/components/counter.tsx:12
FunctionCounter
({ onDecrement, onIncrement, count, title })
2018-05/ts-react-new-features/src/demo-meetup/counter.tsx:10
FunctionCustomTextInput
(props: Props)
2018-08/react-ts-refs/src/app/04-refs-on-functional-components.tsx:5
FunctionDebug
({ children })
2018-10/typed-react-app-without-ts/src/app/debug/debug.jsx:9
FunctionFancyButton
(props: Props)
2018-08/react-ts-refs/src/app/05-forwarding-refs.tsx:6
FunctionGenericComponent
(props: Props<T>)
2018-10/ten-ts-pro-tips-with-react/src/app/20-dont-use-functional-component-generic-type/do.tsx:50
FunctionGenericComponent
(props)
2018-10/ten-ts-pro-tips-with-react/src/app/20-dont-use-functional-component-generic-type/dont.tsx:54
FunctionGenericProviderApp
()
2018-05/ts-react-new-features/src/provider.tsx:216
FunctionGreeter
(props: Props)
2018-10/ten-ts-pro-tips-with-react/src/app/20-dont-use-functional-component-generic-type/do.tsx:9
FunctionGreeter
(props)
2018-10/ten-ts-pro-tips-with-react/src/app/20-dont-use-functional-component-generic-type/dont.tsx:9
FunctionGreeter
(props: Props)
2021/shipping-library-types-series/experiments/microbundle/src/components/greeter.tsx:13
FunctionHello
(props)
2021/shipping-library-types-series/experiments/microbundle/src/components/counter.tsx:4
FunctionHello
({ compiler = 'TypeScript', // Default prop framework, })
2018-05/ts-react-new-features/src/default-props.tsx:41
FunctionHello2
()
2021/shipping-library-types-series/experiments/microbundle/src/components/counter.tsx:8
FunctionMenuItem
({ title, toggle, show, children, })
2018-02/ultimate-react-component-patterns/src/render-cb-patterns/toggleable-menu.tsx:58
FunctionMyComponent
(props: Props)
2018-10/ten-ts-pro-tips-with-react/src/app/18-no-jsx-global-for-annotation/do.tsx:7
FunctionMyComponent
(props: Props)
2018-10/ten-ts-pro-tips-with-react/src/app/18-no-jsx-global-for-annotation/dont.tsx:8
FunctionProvider
({ children })
2018-05/ts-react-new-features/src/test.tsx:6
FunctionProvider
({ children })
2018-05/ts-react-new-features/src/provider.tsx:156
FunctionProvider1
({ children })
2018-05/ts-react-new-features/src/provider.tsx:19
FunctionProvider1fixA
({ children })
2018-05/ts-react-new-features/src/provider.tsx:37
FunctionProvider1fixB
({ children })
2018-05/ts-react-new-features/src/provider.tsx:76
FunctionProvider2
({ children })
2018-05/ts-react-new-features/src/provider.tsx:189
FunctionProvider2Generic
({ children }: ProviderProps2Generic<T>)
2018-05/ts-react-new-features/src/provider.tsx:208
FunctionProviderFix1AApp
()
2018-05/ts-react-new-features/src/provider.tsx:47
FunctionProviderFix1ABApp
()
2018-05/ts-react-new-features/src/provider.tsx:124
FunctionProviderFix1BApp
()
2018-05/ts-react-new-features/src/provider.tsx:86
FunctionProviderFixAB
({ children })
2018-05/ts-react-new-features/src/provider.tsx:114
FunctionRefForwardingFactory
(props: Props, ref: T)
2018-08/react-ts-refs/src/app/06-alternative_forwarding-refs-in-hoc.tsx:62
FunctionRefForwardingFactory
(props: Props, ref: T)
2018-08/react-ts-refs/src/app/06-forwarding-refs-in-hoc.tsx:76
FunctionSkaterBoy
({ tricks }: Props)
2018-10/ten-ts-pro-tips-with-react/src/app/14-dash-case-filenames/SkaterBoy.tsx:14
FunctionSkaterBoy
({ tricks }: Props)
2018-10/ten-ts-pro-tips-with-react/src/app/14-dash-case-filenames/skater-boy.tsx:14
FunctionTab
({ children })
2018-05/ts-react-new-features/src/provider.tsx:390
FunctionTabs
({ children }: TabsProps)
2018-05/ts-react-new-features/src/provider.tsx:382
FunctionTabsApp
()
2018-05/ts-react-new-features/src/provider.tsx:395
FunctionTabsAppWorks
()
2018-05/ts-react-new-features/src/provider.tsx:407
FunctionTest
()
2018-10/ten-ts-pro-tips-with-react/src/app/20-dont-use-functional-component-generic-type/do.tsx:15
FunctionTest
()
2018-10/ten-ts-pro-tips-with-react/src/app/20-dont-use-functional-component-generic-type/dont.tsx:15
FunctionTestApp
()
2018-05/ts-react-new-features/src/provider.tsx:453
FunctionTodo
(description: string)
2018-10/ten-ts-pro-tips-with-react/src/app/15-types-before-implementation/exception.tsx:1
FunctionToggleableMenu
({ title, children, show: showContent })
2018-02/ultimate-react-component-patterns/src/render-cb-patterns/toggleable-menu.tsx:74
FunctionToggleableMenuViaComponentInjection
({ title, children, show: showContent, })
2018-02/ultimate-react-component-patterns/src/render-cb-patterns/toggleable-menu.tsx:86
FunctionView
({ result, onIncrement, onDecrement })
2018-05/ts-react-new-features/src/test.tsx:21
Functionadd
(a: number, b: number)
2021/shipping-library-types-series/experiments/microbundle/src/math.ts:2
Functionadd
(a: number, b: number)
2021/shipping-library-types-series/experiments/tsdx/src/math.ts:5
Functionarea
()
2018-03/ts-interface-vs-type-alias/src/example.ts:167
Methodarea
()
2018-03/ts-interface-vs-type-alias/src/example.ts:58
Methodarea
()
2018-03/ts-interface-vs-type-alias/src/example.ts:66
Methodarea
()
2018-03/ts-interface-vs-type-alias/src/example.ts:118
Functionareeeea
()
2018-03/ts-interface-vs-type-alias/src/example.ts:129
FunctioncallMe
()
2018-05/ts-react-new-features/src/provider.tsx:194
MethodcardSlots
* extract projected content so we don't create new VDom object on every render * * **NOTE: ** * - This will be called on every render, as ge
2018-05/ts-react-children-composition/src/components/demo-perf.tsx:15
MethodcomponentDidCatch
(error: Error, errorInfo: ErrorInfo)
2018-05/ts-react-children-composition/src/components/demo.tsx:15
MethodcomponentDidMount
()
2018-08/react-ts-refs/src/app/03-refs-on-class-components.tsx:6
MethodcomponentDidUpdate
(prevProps: Props)
2018-08/react-ts-refs/src/app/06-alternative_forwarding-refs-in-hoc.tsx:42
MethodcomponentDidUpdate
(prevProps: Props)
2018-08/react-ts-refs/src/app/06-forwarding-refs-in-hoc.tsx:22
MethodcomponentDidUpdate
(prevProps: Props)
2018-08/react-ts-refs/src/app/06-forwarding-refs-in-hoc.tsx:53
MethodcomponentWillReceiveProps
(nextProps: Props<T>, nextContext: any)
2018-02/ultimate-react-component-patterns/src/render-cb-patterns/toggleable.tsx:29
MethodconnectedCallback
()
2018-02/private-properties-in-webcomponents/src/toggleable.component.ts:58
MethodconnectedCallback
()
2018-02/private-properties-in-webcomponents/src/toggleable-public.component.ts:54
Methodconstructor
(props: Props)
2018-10/ten-ts-pro-tips-with-react/src/app/05-no-constructor/dont.tsx:7
Methodconstructor
(description: string)
2018-10/ten-ts-pro-tips-with-react/src/app/13-types-import/models.ts:5
Methodconstructor
()
2018-02/private-properties-in-webcomponents/src/toggleable.component.ts:24
Methodconstructor
()
2018-02/private-properties-in-webcomponents/src/toggleable-public.component.ts:19
Methodconstructor
(public payload: string)
2018-02/typesafe-redux/src/typesafe-redux-with-ts-2-8.ts:71
Methodconstructor
(public payload: number)
2018-02/typesafe-redux/src/typesafe-redux-with-ts-2-8.ts:75
Functiondec
(prevState: State)
2018-05/ts-react-new-features/src/demo-meetup/provider.tsx:12
Functiondecrement
(state: Counter['state'])
2018-10/ten-ts-pro-tips-with-react/src/app/13-types-import/dont.ts:10
Functiondecrement
(state: State)
2018-10/ten-ts-pro-tips-with-react/src/app/13-types-import/consider.ts:10
Functiondecrement
(state: import('./counter').Counter['state'])
2018-10/ten-ts-pro-tips-with-react/src/app/13-types-import/do.ts:9
FunctiondecrementClicksCount
(prevState: State)
2018-02/ultimate-react-component-patterns/src/stateful-stateless.tsx:86
FunctiondefaultPropsExample
()
2018-10/ten-ts-pro-tips-with-react/src/app/20-dont-use-functional-component-generic-type/do.tsx:21
FunctiondefaultPropsExample
()
2018-10/ten-ts-pro-tips-with-react/src/app/20-dont-use-functional-component-generic-type/dont.tsx:22
MethoddisconectedCallback
()
2018-02/private-properties-in-webcomponents/src/toggleable.component.ts:66
MethoddisconectedCallback
()
2018-02/private-properties-in-webcomponents/src/toggleable-public.component.ts:62
Functiondivide
(a: number, b: number)
2021/shipping-library-types-series/experiments/microbundle/src/math.ts:11
Functiondivide
(a: number, b: number)
2021/shipping-library-types-series/experiments/tsdx/src/math.ts:9
Functionepic
(actions$)
2018-02/typesafe-redux/src/epics-with-improved-of-type.ts:12
Functionepic
(actions$)
2018-02/typesafe-redux/src/epics-with-enums.ts:11
Functionepic
(actions$)
2018-02/typesafe-redux/src/epic.ts:11
FunctionepicWithChainOfType
(actions$)
2018-02/typesafe-redux/src/epics-with-enums.ts:21
FunctionepicWithChainOfType
(actions$)
2018-02/typesafe-redux/src/epic.ts:21
Functionexample
()
2018-10/ten-ts-pro-tips-with-react/src/app/20-dont-use-functional-component-generic-type/do.tsx:3
Functionexample
()
2018-10/ten-ts-pro-tips-with-react/src/app/20-dont-use-functional-component-generic-type/dont.tsx:3
FunctiongenericPropsExample
()
2018-10/ten-ts-pro-tips-with-react/src/app/20-dont-use-functional-component-generic-type/do.tsx:44
FunctiongenericPropsExample
()
2018-10/ten-ts-pro-tips-with-react/src/app/20-dont-use-functional-component-generic-type/dont.tsx:47
FunctiongetHocComponentName
(hocName: string, component: ComponentType<any>)
2018-05/ts-react-default-props/src/app/utils.ts:28
FunctiongetHocComponentName
(hocName: string, component: ComponentType<any>)
2018-05/ts-react-new-features/src/utils.ts:28
FunctiongetStore
(initialState = {} as State)
2018-02/typesafe-redux/src/store.ts:15
FunctionhandleChange
(ev: ChangeEvent<HTMLInputElement>)
2018-10/ten-ts-pro-tips-with-react/src/app/13-types-import/dont.ts:4
MethodhandleChange
()
2018-10/ten-ts-pro-tips-with-react/src/app/01-class-public-accessor/do.tsx:4
← previousnext →101–200 of 366, ranked by callers