use-memo-one
useMemo and useCallback but with a stable cache
File Explorer
Download Latest Version (.zip)- validate.yml
- core_vx.x.x.js
- preset-env_vx.x.x.js
- preset-flow_vx.x.x.js
- babel-core_vx.x.x.js
- babel-eslint_vx.x.x.js
- babel-jest_vx.x.x.js
- cross-env_vx.x.x.js
- enzyme_v3.x.x.js
- eslint-config-prettier_vx.x.x.js
- eslint-plugin-flowtype_vx.x.x.js
- eslint-plugin-jest_vx.x.x.js
- eslint-plugin-prettier_vx.x.x.js
- eslint_vx.x.x.js
- flow-bin_v0.x.x.js
- jest_v24.x.x.js
- prettier_v1.x.x.js
- rimraf_v2.x.x.js
- rollup-plugin-babel_vx.x.x.js
- rollup-plugin-commonjs_vx.x.x.js
- rollup-plugin-replace_vx.x.x.js
- rollup-plugin-uglify_vx.x.x.js
- rollup_vx.x.x.js
- are-inputs-equal.js
- index.js
- env-setup.js
- no-input.spec.js
- use-callback-one.spec.js
- use-memo-one.spec.js
- .browserslistrc
- .eslintignore
- .eslintrc.js
- .flowconfig
- .gitignore
- .nvmrc
- .prettierignore
- .prettierrc
- babel.config.js
- index.d.ts
- jest.config.js
- LICENSE
- package.json
- README.md
- rollup.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/alexreardon/use-memo-one
Downloads the entire project code from GitHub to your computer.
cd use-memo-one
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install use-memo-one --save
Downloads and installs the libraries listed in package.json.
yarn add use-memo-one
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
