ApolloXI14 / seandre_website

seandre writing/music website repo
seandre-website.vercel.app
1 stars 0 forks source link

Extract "importAll" functions/functionality into its own higher-order component #5

Closed ApolloXI14 closed 3 years ago

ApolloXI14 commented 3 years ago

Require loops are currently being used in "Slideshow" and "Journal" to produce content, but this code is becoming redundant, and should be extracted into its own "higher order component" (HOC)

Reference: https://reactjs.org/docs/higher-order-components.html