kt3k / kt3k/packup

ssr based on spa and backup

Open
#23 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
337
Forks
16
PR merge metrics
No merged PRs in 30d

Description

we can build spa using react react-router and packup. if is possible to create function named "render" that take pathname as input and return html string, we can use std/http (or oak ...) to read pathname in the incoming request then call render function and return html response.
render function will be generated based on router at build time.
if this possible to generate this "render" we can build universal app on top of spa and packup in easy way.

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are named in the issue. Start by determining how Packup currently handles React, routing, and build-time generation; the requested result is a generated render function that accepts a pathname and returns an HTML response for server-side rendering.

Written by the indexing model from the issue text.

Assessment

Tech stack
deno, react, typescript
Domain
backend, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.