DEV Community

Discussion on: React Higher-Order Components in TypeScript made simple

Collapse
 
danhomola profile image
Dan Homola

What kind of issues are you having?

The idea is that you pass something like this to the config:

const config = {
  someSetting: props => { /* get some value or something */ }
}