Learn to use React's Context API and provide/inject in Vue to share state between related components without resorting to a global data store.
Tag Archives: javascript
Modern Component Reusability in React & Vue
Learn how to use render props in React and scoped slots in Vue to create components that are flexible and reusable.
Controlling Element Visibility with the Intersection Observer API
Learn how to use the new IntersectionObserver API to control the visibility of elements relative to the viewport.