Frameworks - CL3 Flashcards
1
Q
React: Performance
A
https: //reactjs.org/docs/optimizing-performance.html
https: //benchling.engineering/a-deep-dive-into-react-perf-debugging-fd2063f5a667
2
Q
React: Computing derived Data, reselect
A
https: //redux.js.org/recipes/computing-derived-data
https: //github.com/reduxjs/reselect
3
Q
React: Async flow in Redux
redux-saga (take, fork, select, put, call, cancel)
A
https://redux-saga.js.org/
4
Q
React: Testing
A
https: //redux.js.org/recipes/writing-tests
https: //github.com/airbnb/enzyme
https: //jestjs.io/docs/en/tutorial-react
5
Q
React: React Fiber
A
https://github.com/acdlite/react-fiber-architecture