Quick notes about anything related to coding world that I learn on a daily basis.
Every note will consist of a short and concise explanation with a code snippet as an example.
- How to comment in React JSX
- Initialising state based on props
- Map an array into 2 column grid layout
- Listen for window resize
- Listen for keypress in React
- Fix warning: A component is changing an uncontrolled input of type text to be controlled
- React Native ellipsis on text component
- Disable the Yellow Box in React Native
- Draw a horizontal divider in React Native
- Get screen height and width
- Horizontally scrollable cards/content snap to center
- Custom styling unordered list in React Native
- Fixed header using relative position React Native
- Detect scroll to bottom of ScrollView/FlatList/SectionList component