UNPKG

@withvoid/melting-pot

Version:
40 lines (27 loc) 1.16 kB
--- name: Getting Started route: / --- # Getting Started Ahoy Matey! Welcome to <strong>melting-pot</strong>, a set of react helper utils that you can use in your daily projects. ## Introduction <strong>Melting Pot</strong> is a utility library for react. Which included a wide range from <strong>render-props</strong> to <strong>hooks</strong> to <strong>redux</strong> helper methods. It is mostly for my own internally use. The stuff that I end up using in my day to day normal work flow. I wanted to make this public, if anyone else finds this helpful, then that makes me happy. Cheers. ## Getting Started Installing it with `npm` ``` npm install @withvoid/melting-pot ``` Or if you are using `yarn` (I love this 😄) ``` yarn add @withvoid/melting-pot ``` ## Contributing If want to start contributing to **Melting-Pot**, along with my gratitude I present to you this link to get you started. [Contributing to Melting-Pot?](https://github.com/withvoid/melting-pot/blob/master/CONTRIBUTING.md) Also another important link to follow is our [Code of conduct guidelines](https://github.com/withvoid/melting-pot/blob/master/CODE_OF_CONDUCT.md).