DOWGO / dowgo-one

dApp to swap Dowgo Tokens
https://dowgo-dapp.vercel.app
GNU General Public License v3.0
0 stars 1 forks source link

Use React memo #26

Open antoine-dowgo opened 1 year ago

antoine-dowgo commented 1 year ago

React memo can improve performance for components that are rendered many times with the same inputs

Good article https://dmitripavlutin.com/use-react-memo-wisely/

Documentation: https://reactjs.org/docs/react-api.html#reactmemo

I don't think it's useful at this point, except maybe when we implement diagrams