DEV Community

Discussion on: Who's looking for open source contributors? (October 15th edition)

Collapse
 
gerbilsinspace profile image
Joseph Abell

This is a nice simple idea, and a great candidate for your first lib - I certainly have felt there being a bit too much boilerplate code for redux in the past.

One piece of functionality I'd like is to let the user define how they want their payloads to render. I like defining my values explicitly rather than having a payload value that could have anything inside it.

I'd consider doing this by letting the user pass a method that adds the data to the type... actually, I'm going to create an MR while I think this through... :D

Collapse
 
robbporto profile image
Robson Porto

Hey, Joseph! Thanks for taking the time to contribute!