Javascript

We use React with Javascript for our frontend codebase.

Vite

Vite (French word for "quick", pronounced /vit/, like "veet") is a build tool that aims to provide a faster and leaner development experience for modern web projects.

Vite is opinionated and comes with sensible defaults out of the box, but is also highly extensible via its **Plugin API** and JavaScript API with full typing support.

You can learn more about VITE (here)

Code Style Guide

We largely follow Airbnb's React/JSX Style Guide:

airbnb/javascript