#Dynamic & Static Rendering with export

1 messages · Page 1 of 1 (latest)

native eagle
#

I have an app that has page with filters (the default load is always the same and can be statically rendered, but the filtered version is via parameters & does database calls (RSC) based on the parameters from the url. Is there a way to have the default page be statically rendered and have a dynamic version if parameters are passed?