solidjs/solid-docs

Improve docs on Caching

Open

#966 geöffnet am 25. Nov. 2024

Auf GitHub ansehen
 (2 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)MDX (363 Forks)github user discovery
help wantedplannedsolidstart

Repository-Metriken

Stars
 (289 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

📋 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