mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-28 04:27:24 +00:00
add AppContext for state management and update ResourcesView to utilize context
This commit is contained in:
@@ -32,6 +32,6 @@ export default function HomePage() {
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
<ResourcesView loader={(page) => network.getResources(page)}></ResourcesView>
|
||||
<ResourcesView storageKey={"home_page"} loader={(page) => network.getResources(page)}></ResourcesView>
|
||||
</>
|
||||
}
|
Reference in New Issue
Block a user