Dependencies
We use webpack to bundle the JavaScript, CSS, and JSON assets in this repository into a single JavaScript bundle from which blip can import the pieces (components, functions, etc.) needed.
Some of the other dependencies we leverage in this repository are, like webpack, commonly used by many others building apps today with React, and some are a bit more unusual:
- D3 (read more)
- GSAP (read more)
- Moment (read more)
- React (read more)
- react-motion (see D3 usage as well as React Motion)
- Redux (read more)
- webpack (read more)
Follow the "read more" link where available in this list of tools to learn more about the specifics of our usage of the tool in this repository.