BREAKING CHANGE: removing render callbacks in favor of function as child
Description
Given we not provide a hook, it's cleaner for the api to remove render props in favor of the existing function as child pattern. Several React libraries have removed/deprecated render props or encourage using hooks over render props.
BREAKING CHANGE: removing render callbacks in favor of function as child
Description
Given we not provide a hook, it's cleaner for the api to remove render props in favor of the existing function as child pattern. Several React libraries have removed/deprecated render props or encourage using hooks over render props.
React encourages function as child through the
Context.Consumer
api.Types of Changes
What is the Impact to Developers Using react-albus?