Easify - Build Lists with React & Meteor Fast

Hello everyone!

One of my personal goals in React ecosystem was to be able to build super-fast that table with sorting, pagination, filtering, etc.

It’s mostly focused to work with MongoDB, especially with Meteor. But there’s absolutely nothing stopping you from using it with any backend/API, and with any frontend framework or datagrid. It’s fully agnostic. With molecule you can override any parts of the rendering process.

In order to achieve this goal we had to create https://github.com/cult-of-coders/react-molecule a framework which is basically the new context api on steroids with some great concepts around it.

You can play with easify here: https://codesandbox.io/s/2l5lvl1nn . Please note that you can use it with any backend, just make sure you understand promises! I promise it’s easy.

This is the cliffhanger I left at the end of my talk here: https://youtu.be/OsyF15ji_jE?t=34m40s

6 Likes

Wow this looks awesome. Good work!!