Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lunatiquecoder/react-js-links

A list of articles, links, etc that I found useful and did not want to lose over the time.
https://github.com/lunatiquecoder/react-js-links

Last synced: 12 days ago
JSON representation

A list of articles, links, etc that I found useful and did not want to lose over the time.

Awesome Lists containing this project

README

        

# react-js-links
A list of articles, links, etc that I found useful and did not want to lose over the time.

### JavaScript:
- https://javascript.info/ - The modern JavaScript Tutorial

- https://github.com/leonardomso/33-js-concepts - 33 JavaScript concepts every developer should know

- https://dev.to/lydiahallie/series/3341 - JavaScript Visualised by Lydia Hallie

### TypeScript

- https://github.com/typescript-cheatsheets/react

- https://github.com/basarat/typescript-book

## **React**

- React 18 - Glossary + explain like I'm finehttps://github.com/reactwg/react-18/discussions/46

### JSX:

- Introducing JSX: https://reactjs.org/docs/introducing-jsx.html

- JSX In Depth: https://reactjs.org/docs/jsx-in-depth.html

### Hooks:
- Introduction: https://reactjs.org/docs/hooks-intro.html

- Cheat Sheet with good examples: https://blog.logrocket.com/react-hooks-cheat-sheet-unlock-solutions-to-common-problems-af4caf699e70/

- Deep dive: https://blog.logrocket.com/guide-to-react-useeffect-hook/

### Reconciliation (React behind the scenes):

- Small: https://medium.com/@gethylgeorge/how-virtual-dom-and-diffing-works-in-react-6fc805f9f84e

- Medium: https://blog.ag-grid.com/inside-fiber-an-in-depth-overview-of-the-new-reconciliation-algorithm-in-react/

- Large: https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-mostly-complete-guide-to-react-rendering-behavior/

### Virtual DOM:
- https://javascript.plainenglish.io/react-the-virtual-dom-comprehensive-guide-acd19c5e327a

### Fiber
- https://github.com/acdlite/react-fiber-architecture

### Concurrent Mode
- https://www.youtube.com/watch?v=V1Ly-8Z1wQA

### Redux
- https://github.com/markerikson/react-redux-links
- https://blog.isquaredsoftware.com/2018/11/react-redux-history-implementation/
- https://blog.isquaredsoftware.com/2020/01/blogged-answers-react-redux-and-context-behavior/
- https://medium.com/async/how-useselector-can-trigger-an-update-only-when-we-want-it-to-a8d92306f559

### React Native
- Security: https://www.callstack.com/blog/secure-your-react-native-app
- Ultimate guide to React Native optimization by Callstack: https://www.callstack.com/blog/shipping-fast-with-continuous-deployment

### Security

- https://pauljerimy.com/security-certification-roadmap/ - Security Certification Roadmap

### Videos

- https://www.youtube.com/watch?v=tv-_1er1mWI - 10 Design Patterns Explained in 10 minutes

### Other

- https://github.com/pomber/didact - Guide to build your own React

- https://overreacted.io/ - Dan Abramov's blog

- https://www.patterns.dev/posts/react-server-components/ - React Server Components

- https://javascript.plainenglish.io/9-bad-programming-practices-every-programmer-should-know-to-avoid-36fc4eb633db