Coding Documentation

Trying to document some of the code in this app.

API Support in Photo Archive

See API Documentation for the support of the API in the actual photo archive.

Overall Structure

Data Model, Stores

Application data is distributed over the React state (using the useState hook), the stores, and where appropriate the data layer.

Pages, Components

Lightbox for an explanation of how lightboxes are implemented.

Hooks

useStore Hook for the ability of components to rerender when data in a store changes.

useBackButton Hook for a design of the back button support.

Features

Design of the slideshow functionality is implemented.