Important Libraries - SolarSPELL-Main/solarspell-dlms GitHub Wiki

Frontend

Material UI

Material UI provides consistent and good looking React components. Developed by Google.

Lodash

Extremely useful utility operation. Make sure to import functions like the following: import map from 'lodash/map'

Axios

Axios is an HTTP client that is way easier to use than the default browser methods.

Pretty Bytes

Pretty Bytes gives us a small utility function that turns an integer byte value into a formatted byte string (ex 1337 => "1.34 kB")

Backend

Django Rest Framework

Makes it significantly easier to do CRUD operations on Django models.

xlsxwriter

Used to create XLSX Excel spreadsheets.