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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -53,18 +53,18 @@ should be named as `use.{{lowerCase}}`, eg. `@rp/use.i18n`.
53
53
## Packages
54
54
55
55
-[@rcp/c.keepalive](packages/c.keepalive) - Keep react component view / store when switched view.
56
+
-[@rcp/c.loadingwrapper](packages/c.loadingwrapper) - A component for easy create loading mask
57
+
-[@rcp/c.prompt](packages/c.prompt) - Advanced React router prompt support beforeunload
56
58
-[@rcp/hoc.i18n](packages/hoc.i18n) - React Component's high order component about internationalization
59
+
-[@rcp/hoc.uncontrolled](packages/hoc.uncontrolled) - The high order component for creating uncontrolled component
57
60
-[@rcp/hoc.mount](packages/hoc.mount) - The high order component for mounting component
58
61
-[@rcp/use.i18n](packages/use.i18n) - A react hook for using i18n
59
-
-[@rcp/c.loadingwrapper](packages/c.loadingwrapper) - A component for easy create loading mask
60
-
-[@rcp/c.prompt](packages/c.prompt) - Advanced React router prompt support beforeunload
61
62
-[@rcp/use.i18ncontext](packages/use.i18ncontext) - A react hook for using i18n provider/consumer
62
-
-[@rcp/hoc.uncontrolled](packages/hoc.uncontrolled) - The high order component for creating uncontrolled component
63
63
-[@rcp/use.uncontrolled](packages/use.uncontrolled) - Make props.value piped to state, and exposes `onChange`, make react component is **uncontrolled & controlled**
64
64
-[@rcp/use.valuesstate](packages/use.valuesstate) - The useful methods exported for values state
0 commit comments