Cool React movies search app with SSR support

Application for movies search, based on Webpack 4 / Express / React + Redux-Saga / SSR – nk11dev/movies… Read more

Similar

React v15.6.2 – Bugfixes and MIT License

Today we're sending out React 15.6.2. In 15.6.1, we shipped a few fixes for change events and inputs that had some unintended consequences. Those regressions have been ironed out, and we've also included a few more fixes to improve the stability of React ... (more…)

Read more »

Debounce React Events on Inputs

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 »