Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 308 Bytes

UseReduxWithRenderProps.md

File metadata and controls

3 lines (2 loc) · 308 Bytes

Use Redux with Render Props

We can even integrate Redux with render props for full state management! The essential point here is that render props as a pattern allows us to get our props from anywhere and pass them along to render some JSX. Watch Kent's video if you want to see the whole wild refactor!