SimplePagedView is currently best used immutably, because that's what we're doing within Redbooth. This is a clunky and unnatural way to use a UI component without a lot of auxiliary infrastructure. SimplePagedView either needs to be mutable, or needs to include something to assist with immutable usage.
SimplePagedView is currently best used immutably, because that's what we're doing within Redbooth. This is a clunky and unnatural way to use a UI component without a lot of auxiliary infrastructure. SimplePagedView either needs to be mutable, or needs to include something to assist with immutable usage.