Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/withvoid/melting-pot
A react utility library.
https://github.com/withvoid/melting-pot
javascript melting-pot react react-component react-hook react-hooks reactjs
Last synced: 11 days ago
JSON representation
A react utility library.
- Host: GitHub
- URL: https://github.com/withvoid/melting-pot
- Owner: withvoid
- License: mit
- Created: 2019-01-06T16:37:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T21:56:30.000Z (almost 2 years ago)
- Last Synced: 2024-04-26T07:00:33.136Z (7 months ago)
- Topics: javascript, melting-pot, react, react-component, react-hook, react-hooks, reactjs
- Language: JavaScript
- Homepage: https://melting-pot.netlify.com
- Size: 4.46 MB
- Stars: 58
- Watchers: 3
- Forks: 14
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- fucking-awesome-react-hooks - `@withvoid/melting-pot`
- awesome-react-hooks-cn - `@withvoid/melting-pot`
- awesome-react-hooks - `@withvoid/melting-pot`
- awesome-react-hooks - `@withvoid/melting-pot`
README
## Melting Pot
The `@withvoid/melting-pot` package contains utilities, helper methods - your typical daily use functions (mostly in hooks).
## Demo
[Melting-Pot Documentation](https://melting-pot.netlify.com)
## Getting Started
Install the package via npm or yarn:
```js
npm install @withvoid/melting-pot --save
```Or if you prefer yarn
```js
yarn add @withvoid/melting-pot
```Create your first application like so: