1.0.17 • Published 3 years ago

react-bacon-ipsum v1.0.17

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

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.