You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
So the author @acdlite of this wonderful library suggests that it has now been made deprecated, and does not recommend it to be used in any new projects. Main reason - similar functionality exists in React Hooks.
And if for many HOCs in this library this is the case, useState, useReducer,useContext, etc - I don't think hooks fully replace branching/composition HOCs like branch, renderComponent and compose. Hooks are not full replacements for HOCs, and vice versa. And as far as I know HOCs are not considered harmful.
I'm looking for alternative library that implements similar branching/composing HOCs or a statement from authors that it is still safe to add this dependency to new projects.
The text was updated successfully, but these errors were encountered:
So the author @acdlite of this wonderful library suggests that it has now been made deprecated, and does not recommend it to be used in any new projects. Main reason - similar functionality exists in React Hooks.
And if for many HOCs in this library this is the case,
useState
,useReducer
,useContext
, etc - I don't think hooks fully replace branching/composition HOCs likebranch
,renderComponent
andcompose
. Hooks are not full replacements for HOCs, and vice versa. And as far as I know HOCs are not considered harmful.I'm looking for alternative library that implements similar branching/composing HOCs or a statement from authors that it is still safe to add this dependency to new projects.
The text was updated successfully, but these errors were encountered: