Skip to content

Commit

Permalink
update summary
Browse files Browse the repository at this point in the history
  • Loading branch information
nicnocquee committed Nov 17, 2024
1 parent 2a568e5 commit 15682e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/blog/be-careful-with-usesyncexternalstore.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Be careful with useSyncExternalStore'
date: '2024-11-17'
commentary: "Dont't make the same mistake as I did"
summary: 'Learn how to avoid infinite render loops when using useSyncExternalStore with non-primitive values in React, and discover a robust solution for storing objects in localStorage with proper type safety.'
tags: ['dev', 'react']
---

Expand Down

0 comments on commit 15682e5

Please sign in to comment.