itsmekathi / aayud.todos.frontend

Aayud todos frontend
0 stars 0 forks source link

React Resources #16

Open itsmekathi opened 1 month ago

itsmekathi commented 1 month ago

All React reasources: Fundamentals: https://react.dev/learn

Packages we use: For handling forms: https://react-hook-form.com/get-started For handling API calls/promises/caching/retries React-query: https://tanstack.com/query/latest/docs/framework/react/overview For reusable components built by Danske Bank: https://sapphire.danskenet.net/react/?path=/docs/guides-getting-started--page

Design Patterns/coding practices: Compound components: https://medium.com/@khushi1399gupta/mastering-reacts-compound-components-a-guide-for-experienced-developers-8a35c1468acb Bulletproof react (project structure etc): https://github.com/alan2207/bulletproof-react

itsmekathi commented 1 month ago

React Cheatsheet