nuxt / nuxt/content

Add ability to disable prerender of content

Open
#1,616 6 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
3.7k
Forks
746
Avg merge
1d 16h
Merged PRs (30d)
3

Description

Is your feature request related to a problem? Please describe

I'm trying to make a website that can be modified without rebuilding the project.

Describe the solution you'd like

A way to define that the content should be lazily parsed and cached instead of statically prerendered.
As an example have the markdown content in a database and cache the parsed version in redis.

Describe alternatives you've considered

I didn't find any up to date libraries as alternatives that would let me do something like this. So the only alternative would be to write it myself.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how this Nuxt Content module currently prerenders and parses Markdown content; the issue names no specific files, tests, or entry points. Define what configuration should disable static prerendering, how content is loaded and lazily parsed, and how a parsed result could be cached in Redis, then verify that database-backed content can change without rebuilding.

Written by the indexing model from the issue text.

Assessment

Tech stack
markdown, nuxtjs, redis, typescript
Domain
backend, content
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.