Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hotell/blogposts
/ functions
Functions
366 in github.com/Hotell/blogposts
⨍
Functions
366
◇
Types & classes
289
Method
handleChange
()
2018-10/ten-ts-pro-tips-with-react/src/app/01-class-public-accessor/dont.tsx:4
Function
handleClick
()
2018-08/react-ts-refs/src/app/06-alternative_forwarding-refs-in-hoc.tsx:107
Function
handleClick
()
2018-08/react-ts-refs/src/app/04-refs-on-functional-components.tsx:9
Function
handleClick
()
2018-08/react-ts-refs/src/app/06-forwarding-refs-in-hoc.tsx:123
Function
handleShowContents
(event: Event)
2018-02/private-properties-in-webcomponents/src/index.ts:26
Function
implement
()
2018-05/ts-react-new-features/src/generic-components.tsx:32
Method
implement
()
2018-05/ts-react-new-features/src/generic-components.tsx:20
Function
inc
(prevState: State)
2018-05/ts-react-new-features/src/demo-meetup/provider.tsx:11
Function
increment
(state: Counter['state'])
2018-10/ten-ts-pro-tips-with-react/src/app/13-types-import/dont.ts:7
Function
increment
(state: State)
2018-10/ten-ts-pro-tips-with-react/src/app/13-types-import/consider.ts:7
Function
increment
(state: import('./counter').Counter['state'])
2018-10/ten-ts-pro-tips-with-react/src/app/13-types-import/do.ts:6
Function
incrementClicksCount
(prevState: State)
2018-02/ultimate-react-component-patterns/src/stateful-stateless.tsx:83
Method
isAcceptable
(s: string)
2018-10/ten-ts-pro-tips-with-react/src/app/12-namespace/idiomatic-namespace.tsx:9
Method
isAcceptable
(s: string)
2018-10/ten-ts-pro-tips-with-react/src/app/12-namespace/idiomatic-namespace.tsx:15
Method
isAcceptable
(s: string)
2018-10/ten-ts-pro-tips-with-react/src/app/12-namespace/do.tsx:9
Method
isAcceptable
(s: string)
2018-10/ten-ts-pro-tips-with-react/src/app/12-namespace/dont.tsx:10
Method
isAcceptable
(s: string)
2018-10/ten-ts-pro-tips-with-react/src/app/12-namespace/dont.tsx:16
Function
isEmptyChildren
(children: ReactNode)
2018-02/ultimate-react-component-patterns/src/utils.ts:3
Function
isEmptyChildren
(children: ReactNode)
2018-05/ts-react-default-props/src/app/utils.ts:3
Function
isEmptyChildren
(children: ReactNode)
2018-05/ts-react-new-features/src/utils.ts:3
Function
isFunction
(value: any)
2018-05/ts-react-default-props/src/app/utils.ts:4
Function
isFunction
(value: any)
2018-05/ts-react-new-features/src/utils.ts:4
Function
isFunction
(value: any)
2018-05/ts-react-new-features/src/demo-meetup/guards.ts:1
Function
logProps
( WrappedComponent: ComponentType<OriginalProps> )
2018-08/react-ts-refs/src/app/06-forwarding-refs-in-hoc.tsx:17
Function
main
()
2018-05/ts-react-default-props/src/app/utils.ts:11
Function
main
()
2018-05/ts-react-new-features/src/utils.ts:11
Function
mapStateToProps
(state: State)
2018-10/ten-ts-pro-tips-with-react/src/app/06-no-decorators/better.tsx:7
Function
mapStateToProps
(state: State)
2018-10/ten-ts-pro-tips-with-react/src/app/06-no-decorators/good.tsx:5
Function
mapStateToProps
(state: State)
2018-10/ten-ts-pro-tips-with-react/src/app/06-no-decorators/dont.tsx:5
Function
modulo
(a: number, b: number)
2021/shipping-library-types-series/experiments/microbundle/src/math.ts:19
Function
modulo
(a: number, b: number)
2021/shipping-library-types-series/experiments/tsdx/src/math.ts:17
Function
multiply
(a: number, b: number)
2021/shipping-library-types-series/experiments/microbundle/src/math.ts:15
Function
multiply
(a: number, b: number)
2021/shipping-library-types-series/experiments/tsdx/src/math.ts:13
Method
ofType
()
2018-02/ultimate-react-component-patterns/src/render-cb-patterns/toggleable-with-generics.tsx:24
Function
onDecrement
()
2018-05/ts-react-new-features/src/test.tsx:9
Function
onDecrement
()
2018-05/ts-react-new-features/src/provider.tsx:22
Method
onDecrement
()
2018-05/ts-react-new-features/src/provider.tsx:320
Function
onDecrementFoo
()
2018-05/ts-react-new-features/src/provider.tsx:160
Function
onIncrement
()
2018-05/ts-react-new-features/src/test.tsx:10
Function
onIncrement
()
2018-05/ts-react-new-features/src/provider.tsx:23
Method
onIncrement
()
2018-05/ts-react-new-features/src/provider.tsx:321
Function
perimiter
()
2018-03/ts-interface-vs-type-alias/src/example.ts:164
Method
perimiter
()
2018-03/ts-interface-vs-type-alias/src/example.ts:69
Method
propsForChild
()
2018-05/ts-react-new-features/src/demo-meetup/provider.tsx:40
Function
reducer
(state = initialState, action: Actions)
2018-02/typesafe-redux/src/reducer-with-enums.ts:12
Function
reducer
(state = initialState, action: fromActions.Actions)
2018-02/typesafe-redux/src/reducer.ts:11
Function
refactor
()
2018-05/ts-react-new-features/src/generic-components.tsx:35
Method
refactor
()
2018-05/ts-react-new-features/src/generic-components.tsx:22
Function
reloadURL
()
2018-02/typesafe-redux/src/typesafe-redux-with-ts-2-8.ts:36
Function
reloadURL2
()
2018-02/typesafe-redux/src/typesafe-redux-with-ts-2-8.ts:48
Function
reloadURL5
()
2018-02/typesafe-redux/src/typesafe-redux-with-ts-2-8.ts:97
Method
render
()
2018-10/typed-react-app-without-ts/src/test.tsx:11
Method
render
()
2018-10/typed-react-app-without-ts/src/app/create-todo.jsx:42
Method
render
()
2018-10/typed-react-app-without-ts/src/app/todo-item.jsx:30
Method
render
()
2018-10/typed-react-app-without-ts/src/app/app.jsx:78
Method
render
()
2018-10/typed-react-app-without-ts/src/app/debug/debug-mode.jsx:27
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/app.tsx:4
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/03-class-protected-accessor/do.tsx:4
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/03-class-protected-accessor/do.tsx:16
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/03-class-protected-accessor/dont.tsx:17
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/13-types-import/counter.tsx:10
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/07-no-exported-props-state-use-lookup/do.tsx:22
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/07-no-exported-props-state-use-lookup/dont.tsx:18
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/09-runtime-inference-to-define-state-default-props-type/better.tsx:13
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/09-runtime-inference-to-define-state-default-props-type/inferring-state-when-using-props-for-state.tsx:21
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/09-runtime-inference-to-define-state-default-props-type/better-non-primitive.tsx:19
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/09-runtime-inference-to-define-state-default-props-type/good.tsx:13
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/09-runtime-inference-to-define-state-default-props-type/dont.tsx:13
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/01-class-public-accessor/do.tsx:5
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/01-class-public-accessor/dont.tsx:5
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/02-class-private-accessor/better.tsx:7
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/02-class-private-accessor/good.tsx:5
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/02-class-private-accessor/dont.tsx:5
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/11-react-imports/consider.tsx:5
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/11-react-imports/do.tsx:4
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/11-react-imports/dont.tsx:4
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/08-explicit-children/do.tsx:7
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/08-explicit-children/do.tsx:16
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/08-explicit-children/dont.tsx:4
Method
render
()
2018-10/ten-ts-pro-tips-with-react/src/app/08-explicit-children/dont.tsx:13
Method
render
()
2018-08/react-ts-refs/src/app/03-refs-on-class-components.tsx:10
Method
render
()
2018-08/react-ts-refs/src/app/03-refs-on-class-components.tsx:17
Method
render
()
2018-08/react-ts-refs/src/app/01-creating-refs.tsx:5
Method
render
()
2018-08/react-ts-refs/src/app/app.tsx:4
Method
render
()
2018-08/react-ts-refs/src/app/06-alternative_forwarding-refs-in-hoc.tsx:47
Method
render
()
2018-08/react-ts-refs/src/app/06-alternative_forwarding-refs-in-hoc.tsx:86
Method
render
()
2018-08/react-ts-refs/src/app/02-accessing-refs.tsx:5
Method
render
()
2018-08/react-ts-refs/src/app/06-forwarding-refs-in-hoc.tsx:27
Method
render
()
2018-08/react-ts-refs/src/app/06-forwarding-refs-in-hoc.tsx:58
Method
render
()
2018-08/react-ts-refs/src/app/06-forwarding-refs-in-hoc.tsx:100
Method
render
()
templates/react-new-post/src/app/app.tsx:4
Method
render
()
2018-02/ultimate-react-component-patterns/src/hoc-with-ts-2-8.tsx:24
Method
render
()
2018-02/ultimate-react-component-patterns/src/hoc-with-ts-2-8.tsx:36
Method
render
()
2018-02/ultimate-react-component-patterns/src/stateful-stateless.tsx:35
Method
render
()
2018-02/ultimate-react-component-patterns/src/stateful-stateless.tsx:59
Method
render
()
2018-02/ultimate-react-component-patterns/src/hoc-patterns/toggleable-menu.tsx:9
Method
render
()
2018-02/ultimate-react-component-patterns/src/hoc-patterns/menu.tsx:6
Method
render
()
2018-02/ultimate-react-component-patterns/src/hoc-patterns/with-toggle.tsx:25
Method
render
()
2018-02/ultimate-react-component-patterns/src/render-cb-patterns/toggleable-with-generics.tsx:30
Method
render
()
2018-02/ultimate-react-component-patterns/src/render-cb-patterns/toggleable.tsx:36
← previous
next →
201–300 of 366, ranked by callers