shortlist-digital/agreable-venues-plugin

Wordpress plugin for Shortlist Media.

Installs: 991

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 12

Forks: 1

Open Issues: 0

Language:JavaScript

Type:wordpress-plugin


README

Development of React/Redux App

npm start will install dependencies and open a browser window ready to go.

Plugin for displaying venues on a map powered by a Parse database.

Dependencies

Assumes presence of:

  • Timber
  • Advanced Custom Fields

Built with

  • Herbert to make WP plugins friendly.
  • Parse as our DB.
  • LeafletJS for maps.
  • React for JS views.
  • Redux for JS state.
  • webpack for build

Inline SVGs

Using svg-inline-loader and svg-inline-react.

Implementation example:

<InlineSVG src={require('!svg-inline!../../icons/facebook.svg')} />

The prefixed bang (!) is necessary. Explained here.