memento-dev/app
2025-04-18 17:51:45 +02:00
..
assets feat: Update image file formats to webp 2025-04-17 20:54:41 +02:00
components feat: Update consent cookie setting function 2025-04-18 17:04:35 +02:00
contexts style: Update CSS classes in Tabs and Callout components 2025-04-11 12:19:56 +02:00
data docs: Update document pages with draft content 2025-04-17 13:04:33 +02:00
hooks refactor: Rearrange import statements in eslint.config.js 2025-04-18 11:41:24 +02:00
images feat: Update image file formats to webp 2025-04-17 20:54:41 +02:00
layouts style: Update layout to wrap children in a div with class 2025-04-18 17:04:32 +02:00
lib feat: Add last sections to Navigation component 2025-04-18 15:47:03 +02:00
markdoc refactor: Update import paths in nodes.tsx 2025-04-18 12:33:24 +02:00
pages style: Update text formatting in privacy policy page 2025-04-18 17:08:03 +02:00
providers feat: Update consent cookie setting function 2025-04-18 17:04:35 +02:00
public refactor: Update variable usage in Sitemap.ts 2025-04-18 17:51:45 +02:00
server feat: Add function to update all consent cookies 2025-04-18 15:18:07 +02:00
services refactor: Update variable usage in Sitemap.ts 2025-04-18 17:51:45 +02:00
.env chore: new architecture and technos 2025-04-11 11:11:22 +02:00
.prettierignore feat: Add certification content for CP 5 and CP 6 2025-04-14 05:08:54 +02:00
.prettierrc chore: new architecture and technos 2025-04-11 11:11:22 +02:00
eslint.config.js style: Import React in Toggle.tsx for consistency 2025-04-18 15:52:34 +02:00
fastify-entry.ts feat: Add sitemap generation feature 2025-04-18 17:29:58 +02:00
package.json feat: Add new script for generating sitemap 2025-04-18 17:43:25 +02:00
pnpm-lock.yaml feat: Add fastify cookie plugin and cookie parsing logic 2025-04-18 13:20:36 +02:00
README.md chore: new architecture and technos 2025-04-11 11:11:22 +02:00
sitemap.ts feat: Add new script for generating sitemap 2025-04-18 17:43:25 +02:00
tsconfig.json docs: Add React reducer code snippets and config updates 2025-04-13 16:53:40 +02:00
types.d.ts chore: new architecture and technos 2025-04-11 11:11:22 +02:00
vite.config.ts style: Update font families in vite.config.ts 2025-04-18 12:49:28 +02:00

Generated with vike.dev/new (version 410) using this command:

pnpm create vike@latest --react --tailwindcss --telefunc --fastify --eslint --prettier

Contents

React

This app is ready to start. It's powered by Vike and React.

/pages/+config.ts

Such + files are the interface between Vike and your code. It defines:

Routing

Vike's built-in router lets you choose between:

/pages/_error/+Page.jsx

The error page which is rendered when errors occur.

/pages/+onPageTransitionStart.ts and /pages/+onPageTransitionEnd.ts

The onPageTransitionStart() hook, together with onPageTransitionEnd(), enables you to implement page transition animations.

SSR

SSR is enabled by default. You can disable it for all your pages or only for some pages.

HTML Streaming

You can enable/disable HTML streaming for all your pages, or only for some pages while still using it for others.