FED Component Types

3 fundamental FED component types: Stateless, Stateful, and Structural. Stateless Components: Keeping It Simple Stateless components don't manage internal state. They use props to render data, ideal for lightweight scenarios. Stateful Components: Managing Complexity Stateful components handle and maintain internal state, crucial for dynamic content and complex interactions. Structural Components: Building the Foundation Structural components ... Read more

Obsidian

Obsidian hotkeys Quick Switcher - Cmd/Ctrl + O Local search: Cmd/Ctrl + F Global search: Cmd/Ctrl + Shift + F Open link in edit mode: Cmd/Ctrl + click Toggle Edit Mode: Cmd/Ctrl + E New Note: Cmd/Ctrl + N Save: Cmd/Ctrl + S