You can search all my notes here
When I write React-Components in Typescript, I typically do something like this: import React from ‘react’ export type ExampleProps =…
When your react-native app starts feeling very sluggish and it takes huge delays before it responds to user input, your…