Skip to content

sachinahya/ssr-test

Repository files navigation


Render · Opinionated React Template

Opinionated React Template


Render

Opinionated React template setup with modern tooling, here some recommendations if needed

Stack

Features

File based routing

  • Vite powered
  • Next.js inspired
  • Extensions .tsx
  • Custom app component at src/pages/_app.tsx
  • Index routes src/pages/index.tsx to /
  • Nested routes src/pages/nested/within.tsx to /nested/within
  • Dynamic routes src/pages/dynamic/[timestamp].tsx to /dynamic/:timestamp
  • Catch all routes src/pages/catch/[...all].tsx to /catch/*
  • None matching routes src/pages/404.tsx
  • Optional page scope

Usage

By generating from this template then/or cloning locally

Commands

# install dependencies
pnpm install

# start development server · http://localhost:3000
pnpm dev

# build client for production
pnpm build

# start production preview · http://localhost:5000
pnpm start

Recommendations

Frameworks

Languages

Components

Build tools

Server state

Data fetching

Global state

Animation

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published