Skip to content

Frontend framework examples for React, Vue, Svelte, Next, and more

Notifications You must be signed in to change notification settings

loladb/js-framework-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lolaDB JS Framework Examples

Example projects that use lolaDB with various frontend frameworks.

lolaDB works with nearly every frontend framework. Javascript or Typescript.

This repository contains examples for many of today's most popular frontend frameworks.

lolaDB Docs

You can always reference the lolaDB Developer Docs for more information.

Available Examples

.env Files

Annoyingly, different frameworks utilize .env files in their own way, often with non-obvious documentation.

For these examples, you must set your lola API key in the .env file in this manner:

Next.js

LOLA_API_KEY={{YOUR_API_KEY}}

React

REACT_APP_LOLA_API_KEY={{YOUR_API_KEY}}

Svelte

VITE_LOLA_API_KEY={{YOUR_API_KEY}}

Vue

VITE_LOLA_API_KEY={{YOUR_API_KEY}}

About

Frontend framework examples for React, Vue, Svelte, Next, and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published