Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benfoxall/memeoisation
It's like useMemo, but not at all.
https://github.com/benfoxall/memeoisation
Last synced: 16 days ago
JSON representation
It's like useMemo, but not at all.
- Host: GitHub
- URL: https://github.com/benfoxall/memeoisation
- Owner: benfoxall
- License: mit
- Created: 2020-07-10T18:26:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-07-28T12:33:49.000Z (over 4 years ago)
- Last Synced: 2025-01-19T08:31:13.213Z (23 days ago)
- Language: JavaScript
- Size: 596 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Memeoisation
## useMeme
```js
import React from 'react';
import { useMeme } from 'memeoisation';export default function App() {
const { alt, src } = useMeme();return
;
}
```[example](https://codesandbox.io/s/zealous-spence-tr7xz?fontsize=14&hidenavigation=1&theme=dark)
## Development docs
See [tsdx](https://github.com/formik/tsdx/blob/master/templates/react/README.md)