Back to Frontend

Libraries we use

docs/02-architecture/03-libraries-we-use.md

latest626 B
Original Source

Libraries we use

If you are developing something and haven't got a clue where to start, some of this might be good pointers.

front end

Qwery - find stuff in the DOM https://github.com/ded/qwery

Bonzo - a thing for modifying the DOM https://github.com/ded/bonzo

Bean - an events library for components https://github.com/fat/bean

back end

Play - the application server https://playframework.com/

Node dependencies

We also have a set of Node dependencies, used mostly by our static asset pipeline. We use yarn to manage these.

When you want to add or update a dependency:

yarn add <package>@<version>