In my day to day, I deal with a lot of React code. One of the most common components I use across the codebase I maintain is a table with search and sorting options. The sorting runs onClick immediately, but the tables (generated from JSON) can often run ... (more…)
Read more »
This is the second part in a series about how at PayPal, we’re going all-in on our cross-domain javascript component platform. We want to… (more…)
Read more »
ReSub - A library for writing React components that automatically manage subscriptions to data sources simply by accessing them... (more…)
Read more »
The Redux philosophy is that you keep all your data in a single store and operate on it via actions. Since react is technically just a view library and redux is technically just a state management library, a lot of architectural and design decisions need ... (more…)
Read more »