solidjs/solid-docs

Improve docs on Caching

Open

#966 opened on Nov 25, 2024

 (2 comments) (3 reactions) (0 assignees)MDX (363 forks)github user discovery
help wantedplannedsolidstart

Repository metrics

Stars
 (289 stars)
PR merge metrics
 (Avg merge 1d 15h) (24 merged PRs in 30d)

Description

📋 Explain your issue

A common document page in other frameworks is caching. Since SolidJS just uses Nitro, caching can be easily implemented via the routeRules setting as described here: https://stackoverflow.com/q/79223996/493122

Would this be worth adding to the docs?

Contributor guide