1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 04:30:01 +02:00

Reduce file sizes

This commit is contained in:
Kamran Ahmed
2023-01-06 21:45:11 +04:00
parent 564c9fdd4f
commit d5495f7280
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 835 KiB

View File

@@ -7,5 +7,5 @@ Visit the following resources to learn more:
- [Component State](https://reactjs.org/docs/faq-state.html)
- [How to use Props in React](https://www.robinwieruch.de/react-pass-props-to-component/)
- [What is the difference between state and props in React?](https://stackoverflow.com/questions/27991366/what-is-the-difference-between-state-and-props-in-react)
- [How to update state from props in React](href='https://www.robinwieruch.de/react-derive-state-props/)
- [How to update state from props in React](https://www.robinwieruch.de/react-derive-state-props/)
- [Putting props to useState](https://tkdodo.eu/blog/putting-props-to-use-state)