Skip to content

maxpolun/podqueue-ui-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podqueue UI -- core

This is the non-platform-specific parts of podqueue's UI.

Architecture

There are 2 main things that the core does

  1. Manage the API interaction and state
  2. Manage local storage of podcasts

It does this with:

  1. A Redux app (with action creators, reducers, etc)
  2. A Worker (can be a serviceworker on the web, but can run on the UI thread where serviceworker is unavailable, like native mobile apps)

These parts communicate via message passing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published