Skip to content

A React App, providing reference examples of using hooks to abstract operational action, context to share state across a family of components, and context with pub-sub to share state across families of components

Notifications You must be signed in to change notification settings

mattthat/react-bacon-ipsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bacon Ipsum

The glory... that is bacon

Synopsis

A React App, providing reference examples of using hooks to abstract operational action, context to share state across a family of components, context with pub-sub to share state across families of components

  • buttons - Broadly reusable buttons
  • hooks - Broadly reusable hooks
  • providers - Provide a specific context and related operational actions
  • orchestrators - Orchestrate a specific publisher/subscriber relationship
  • models - Classes that encapsulate modeled data
  • routes - A component or family of components responsible for a specific URI
  • services - An interface to specific backend endpoints

From 'create-react-app'

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

A React App, providing reference examples of using hooks to abstract operational action, context to share state across a family of components, and context with pub-sub to share state across families of components

Topics

Resources

Stars

Watchers

Forks