ReactCasts
ReactCasts copied to clipboard
Source code for ReactCasts
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Contenders - Reach UI - Radix - Tailwind's headlessui - Adobe's React Aria Maybe compare them using just plain CSS: Since they can also be styled with CSS-in-js or atomic...
[CSS Modules](https://github.com/css-modules/css-modules) [Radium](https://github.com/FormidableLabs/radium) [JSX Style](https://medium.com/the-smyte-blog/announcing-jsxstyle-1-0-3ef469d1863a#.b1hyqbpvo) Any other ideas or suggestions here?
first of all I want to thank you about the great playlist it is really wonderful , I know you didn't post for a while but if you wish to...
This is an awesome new feature of React 16. Ref: https://facebook.github.io/react/blog/2017/07/26/error-handling-in-react-16.html
Possible Outline: - Review how the reconciliation process works - Review ShouldComponentUpdate and PureComponent - Detecting performance bottlenecks with ReactPerf Addon References: - https://facebook.github.io/react/docs/perf.html - Pro React Book, Chapter 7...
React can be pretty powerful for building performant scrolling experiences and there are a bunch of techniques out there that can help you pull it off.
Sometimes you need to manage components that are outside of the parent and perhaps attached to the body, specifically thinking about modals, popovers, etc. https://github.com/tajo/react-portal is a reasonable implementation of...