I feel bad for kids who are currently learning to program by moving shapes and animating dogs as they're gonna be hit with the cold reality of real development which is copy/pasting linux commands and resolving git merge conflicts.
I discovered the need for this component while working on an upcoming ted.com feature. Naturally, we open-sourced it! It’s an opinion-less “show more” component using render-props. It might save you some time too: github.com/tedconf/react-sho…#reactjs
🙌 Just released a CLI tool called `thanks` to help you thank the open source maintainers you depend on! ✨
1. Run 'npx thanks' in your project
2. See which of your dependencies are seeking donations! 💸
🌟 Open source authors, add yourself to the list: github.com/feross/thanks
🔥 CSS Grid and Flexbox require a direct parent child relationship to work. With React 16.2 we can use <Fragment></Fragment> to return top level siblings from a Component. No more returning wrapper divs!