Project:SvelteKit Frontend: Difference between revisions

From Open Food Facts wiki
No edit summary
No edit summary
Line 1: Line 1:
=== Introduction ===
=== Introduction ===
I started the project to try to build a prototype of frontend, completely decoupled from the backend. This way, we could (one day hopefully) iterate much more quicker on the frontend side of things and use the latest javascript technology available (TypeScript, Vite, ESM, etc...).
I (VaiTon) started the project to try to build a prototype of frontend, completely decoupled from the backend.  
 
This way, we could (one day hopefully) iterate much more quicker on the frontend side of things and use the latest javascript technology available (TypeScript, Vite, ESM, etc...).


For the prototype I chose [https://kit.svelte.dev/ SvelteKit].
For the prototype I chose [https://kit.svelte.dev/ SvelteKit].

Revision as of 13:25, 4 June 2023

Introduction

I (VaiTon) started the project to try to build a prototype of frontend, completely decoupled from the backend.

This way, we could (one day hopefully) iterate much more quicker on the frontend side of things and use the latest javascript technology available (TypeScript, Vite, ESM, etc...).

For the prototype I chose SvelteKit.

Development