starlitnightsky / Svelte-Todo

4 stars 0 forks source link

I want to make Pure Components in React? I heard it's really efficient for boosting UI performance. #3

Open starlitnightsky opened 1 year ago

starlitnightsky commented 1 year ago

I want to make Pure Components in React? I heard it's really efficient for boosting UI performance.

Originally posted by @starlitnightsky in https://github.com/starlitnightsky/Svelte-Todo/discussions/2

wannacfuture commented 1 year ago

You can Just use React.memo.

https://dmitripavlutin.com/use-react-memo-wisely/ You can check it out again.