8. Additional Improvements #
Created Sat Dec 30, 2023 at 1:07 PM
Nothing new here. Some points about keeping various listItems but have one context-less list that takes them as prop.
Node projects usually need a “jsconfig.json” file. Makes auto completes faster.
{
"exclude": ["node_modules"]
}
Topics #
- Introduction
- Adding-Chevrons
- Handling-Long-Text
- Improving-the-Messages-Screen
- Fixing-the-Auto-Import-Issue
- Input-Components-with-Dynamic-Width
- Flexible-Architecture
- Building-the-CategoryPickerItem-Component
- Revisiting-Components-Names
- Custom-Snippets
- Course-Wrap-Up