ReactCasts icon indicating copy to clipboard operation
ReactCasts copied to clipboard

Source code for ReactCasts

Results 69 ReactCasts issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

Request a Screencast

[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?

Request a Screencast

https://github.com/jest-community/snapshot-diff

Request a Screencast

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...

Request a Screencast

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

Request a Screencast

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...

Request a Screencast

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.

Request a Screencast

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...

Request a Screencast