middleware

Custom Form Validation in React with Redux Middleware

Redux provides a clean architecture for state management. So why do we continue to muddy our components with complex validation logic? Instead, let's leverage Redux, with the help of some custom middleware! Redux and State Management This post was originally published on the TuneCore Tech Blog [http://tech.…

Trello API Webhooks + Rails: Receiving Payloads with Custom Middleware

Trello is a hugely popular project organization tool, and my team uses it every day to plan development projects, lessons for our students and more. However, if you're like me, it doesn't matter how many lists you make if you then forget to look at the…