...

/

Implementing the Issues Feature: Server-Side Filter

Implementing the Issues Feature: Server-Side Filter

Here we briefly explain how to implement server-side filtering.

We'll cover the following...

Before starting with the server-side filtering, let’s recap the last lesson in case you had difficulties with it. Basically, you can perform the refactoring in three steps. First, we need the following package: recompose which is already installed in our environment.

Secondly, import the withState higher-order component in the ...