Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 627 Bytes

03-libraries-we-use.md

File metadata and controls

24 lines (18 loc) · 627 Bytes

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>