• Stars
    star
    1
  • Language
    JavaScript
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The simplest example of Reactjs High Order Functions

After reading about React's High Order Components, the first example I thought was using as a reusable component to display or hide components from the user based on their privileges/authentication status.

Not the best use case, but demonstrates how flexible and composable this pattern is.