babel-plugin-react-persist
babel-plugin-react-persist copied to clipboard
Automatically useCallback() & useMemo(); memoize inline functions
Results
1
babel-plugin-react-persist issues
Sort by
recently updated
recently updated
newest added
I wanted to check if this plugin already does things like this? ### Before ```js const Foo = ({siteId, configId}) => ( ) ``` ### After ```js const Foo =...