Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.02 KB

STACK.md

File metadata and controls

17 lines (10 loc) · 1.02 KB

Tech Stack

This file describes the tech stack of code-gov-front-end.

React Logo

We use React as our front-end framework. Consult the React Documentation to learn more.

Redux Logo

We use Redux for statement management. You can read their documentation here.

Lodash Logo

We use the lodash utility library in some places in the application. You can read their documentation here.

Webpack Logo

We use webpack for bundling our code. You can read the documentation here.