Nadav3
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created React propTypes - no autocomplete with component composition
I define propTypes to each component I write, and WebStorm then auto completes the props when use the component. React recommends component composition as opposed to inheritance. So, whenever I use...