With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
$300 in Free Credit Towards Top Cloud Services
Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Faceted filters, sorting & infinite scroll for React data tables
data-table-filters is a frontend utility designed to simplify the implementation of advanced filtering capabilities in data tables within web applications. It provides a set of reusable components and hooks that allow developers to quickly add filtering, sorting, and search functionality to tabular data. The library is built with modern JavaScript frameworks in mind, ensuring compatibility with React-based applications.
redux-immutable is used to create an equivalent function of Redux
redux-immutable is a utility library designed to integrate Immutable.js data structures seamlessly into Redux state management workflows. It modifies the standard behavior of Redux’s combineReducers function so that the global state is represented as an immutable data structure rather than a plain JavaScript object. This approach helps enforce immutability at a structural level, reducing bugs caused by accidental state mutations and improving predictability in application behavior. ...