Skip to content

Commit

Permalink
2024-04-22 update
Browse files Browse the repository at this point in the history
  • Loading branch information
e-krebs committed Apr 22, 2024
1 parent c767657 commit b469dc1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 26 deletions.
43 changes: 17 additions & 26 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@
"type": "split",
"children": [
{
"id": "1e94d748b8089bca",
"id": "f99fbf5cc5d8ea86",
"type": "tabs",
"children": [
{
"id": "e3994ae28c70ac1a",
"id": "0a61b0ebb3e14415",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "programming/React/general.md",
"mode": "source",
"source": false
}
"type": "empty",
"state": {}
}
}
]
Expand Down Expand Up @@ -48,7 +44,7 @@
"state": {
"type": "search",
"state": {
"query": "#",
"query": "susp",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
Expand All @@ -73,8 +69,7 @@
"state": {}
}
}
],
"currentTab": 1
]
}
],
"direction": "horizontal",
Expand All @@ -94,7 +89,6 @@
"state": {
"type": "backlink",
"state": {
"file": "programming/React/general.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -111,7 +105,6 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "programming/React/general.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -122,9 +115,7 @@
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "programming/React/general.md"
}
"state": {}
}
},
{
Expand Down Expand Up @@ -167,34 +158,34 @@
"command-palette:Open command palette": false
}
},
"active": "6475e229d109b362",
"active": "0a61b0ebb3e14415",
"lastOpenFiles": [
"programming/bun.md",
"programming/css/tips & cool stuff.md",
"programming/general.md",
"programming/Typescript/general.md",
"programming/React/explanation.md",
"programming/Node/general.md",
"programming/Javascript/general.md",
"programming/css/general.md",
"programming/css/tailwind css.md",
"programming/React/general.md",
"programming/tools.md",
"programming/_memo.md",
"programming/bun.md",
"programming/css/tips & cool stuff.md",
"programming/React/RSC.md",
"Art.md",
"programming/tools.md",
"programming/Tests.md",
"programming/css/tailwind css.md",
"programming/Typescript/general.md",
"programming/Typescript/Utility types.md",
"programming/_memo.md",
"programming/React/explanation.md",
"programming/Node/Libraries.md",
"programming/Javascript/string comparison.md",
"programming/SVG/general.md",
"programming/SVG/SVG sprites.md",
"programming/general.md",
"programming/Multi-platform.md",
"Games.md",
"programming/html.md",
"programming/Icons.md",
"programming/linting.md",
"programming/packages.md",
"Carrier.md",
"programming/React",
"programming/css",
"programming/Javascript",
Expand Down
1 change: 1 addition & 0 deletions programming/React/explanation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

[concurrency in React](https://sinja.io/blog/guide-to-concurrency-in-react-18)
[Concurent React (and some Suspense)](https://blog.codeminer42.com/everything-you-need-to-know-about-concurrent-react-with-a-little-bit-of-suspense)
[Exploring using Suspense with React Query](https://www.teemutaskula.com/blog/exploring-query-suspense)

[Concurrent React, External Stores, and Tearing](https://interbolt.org/blog/react-ui-tearing/)

Expand Down
1 change: 1 addition & 0 deletions programming/React/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
[detect nested components](https://www.aleksandrhovhannisyan.com/blog/react-context-nested-components/)
[why did you render](https://github.com/welldone-software/why-did-you-render)
[react ts form (zod-based)](https://github.com/iway1/react-ts-form)
[The Best Way to Write React Forms](https://ianmitchell.dev/blog/the-best-way-to-write-react-forms)

## Design system
[France State](https://react-dsfr-components.etalab.studio/?path=/docs/%F0%9F%87%AB%F0%9F%87%B7-introduction--page)
Expand Down
1 change: 1 addition & 0 deletions programming/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
[dprint – formatter](https://dprint.dev/)
[biome – formatter & linter](https://biomejs.dev/)
[biome → prettier challenge](https://biomejs.dev/blog/biome-wins-prettier-challenge/)
[biome – migrate from eslint/prettier](https://biomejs.dev/blog/biome-v1-7/)

## vs code
[two slash queries](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-twoslash-queries)
Expand Down

0 comments on commit b469dc1

Please sign in to comment.