Closed alz10 closed 4 years ago
Hi, can you tell me what exactly you don't understand?
With TS you just have to remove the types
Regarding the sections example, there are very few types to remove, I think it should be easy to understand, unless you explain why.
React.createRef<any>()
=> React.createRef()
React.Component<{}>
=> React.Component
can you make an examples like the normal code in React? Sorry beginner here, I don't understand how this TS works
I need to the Sections example.