You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple library app where you can add books to a list and clear the list if necessary.
The list is maintained in the browser's Local storage so refreshing is possible.
The feature flag sets the Sorted Mode.
Default Mode: the books are displayed in the order they were added.
Sorted Mode: the books are displayed from newest to oldest.
About
An example of using feature flags service with Config Cat on a simple React Book lister app