Built-in libraries
Rapid Apps imports a number of libraries by default. The libraries are all stored in the `/scripts` folder and included in the head of the `index.php` file.
If you want to add more default libraries in the future, it is highly recommended that external online sources are not used. This is to allow for easy offline development. Instead, simply download the library, store it in the `/scripts` directory and import it via a script tag in the head of the `index.php` file.
Included libraries:
- Alpine JS. Official documentation can be found here
- Alpine JS plugin - Alpine-requests. Custom-ish
- Alpine JS plugin - Alpine-persist. Official documentation can be found here
- Chart JS. Official documentation can be found here
- html-ajax - Commented-out by default as functionality is replaced thanks to Alpine JS with Alpine-requests. Official documentation can be found here