Melting Pot
Edit page
Getting StartedIntroductionGetting StartedContributing
HOCs
Hooks
String Utils

Introduction

Melting Pot is a utility library for react. Which included a wide range from render-props to hooks toredux 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

Contributions are always welcome, no contribution is short. If you feel something is missing functionality wise or we lack somewhere in the documentation. You can file an issue & make a PR.

  • Contributing guide
  • Code of conduct guidelines.