mirror of https://github.com/usememos/memos
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
- Wrap all setter functions in useMemoEditorState with useCallback to ensure stable references This prevents infinite loops when setters are used in useEffect dependencies (fixes "Maximum update depth exceeded" error) - Extract MobX observable values in useMemoFilters and useMemoSorting before using them in useMemo dependencies This prevents React from tracking MobX observables directly, improving reliability - Add comprehensive documentation explaining the design decisions for future maintainability 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
4 weeks ago | |
|---|---|---|
| .. | ||
| public | ||
| src | 4 weeks ago | |
| .gitignore | ||
| biome.json | 2 months ago | |
| components.json | ||
| index.html | ||
| package.json | 1 month ago | |
| pnpm-lock.yaml | 1 month ago | |
| tsconfig.json | ||
| vite.config.mts | 2 months ago | |