Dwarves
Memo
Pinned Notes
Home
Popular Tags
Dwarves
Memo
0) { selectedRecent = recentPages[0]; selectedSection = 'recents'; }">
🔍 Search
⌘
K
0) { selectedRecent = recentPages[0]; selectedSection = 'recents'; } else { selectedSection = 'welcome'; selectedWelcomeItem = 0; } clearAllSelections(); } else { selectedSection = 'search'; } " @input.debounce.750ms="$dispatch('command-palette-search', { data: $event.target.value })" @command-palette-search-result.window=" searching = false; searchResults = $event.detail.data.grouped; flat = $event.detail.data.flat; if(query.length > 0 && flat.length > 0) { selected = flat[0]; selectedSection = 'search'; clearAllSelections(); } else if (query.length === 0) { if (recentPages.length > 0) { selectedRecent = recentPages[0]; selectedSection = 'recents'; } else { selectedSection = 'welcome'; selectedWelcomeItem = 0; } clearAllSelections(); } " @command-palette-search-initialize.window="searchPlaceholder = $event.detail.text">
on this page
Recents
Welcome to Dwarves Memo
What's been hot lately
See featured posts
Pinned note
View our latest announcement
Actions
Copy memo content
Type
ESC
to close search bar
Reading Mode
+
shift
+
f
react
tags:
react
C
Code splitting in React
performance
Component composition patterns in React
D
Design system integration in react
design system
H
Hook architecture in react
hook
I
Invoking component functions in React
frontend
P
Preserving and Resetting state in React
fronten
R
React Fiber
engineering
React Server Components, NextJs Route and Data Fetching
frontend
Rendering strategies in React
S
State management strategy in React
T
Tackling Server State complexity in Frontend Development
frontend
state mangement
Testing strategies in React
testing
W
When should we use useReducer instead of useState?
frontend
Why Virtual DOM is fast?
frontend