Dev Resources Winter 22
I found a number of great React discussions to round up the close of 2022.
Good books about React design patterns and/or Nextjs? from reactjs
Some interesting recommendations in that discussion:
https://www.patterns.dev/
https://refactoring.guru/design-patterns/catalog
How do I secure my NextJS API from users that would like to check what happens if they click 200 times a button that sends request to database? from reactjs