<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ricokahler on Nextjs Templates &amp; Themes</title><link>https://www.nextjsthemes.dev/author/ricokahler/</link><description>Recent content in Ricokahler on Nextjs Templates &amp; Themes</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://www.nextjsthemes.dev/author/ricokahler/index.xml" rel="self" type="application/rss+xml"/><item><title>Next Data Hooks</title><link>https://www.nextjsthemes.dev/theme/ricokahler-next-data-hooks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.nextjsthemes.dev/theme/ricokahler-next-data-hooks/</guid><description/></item><item><title>Next Plugin Preval</title><link>https://www.nextjsthemes.dev/theme/ricokahler-next-plugin-preval/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.nextjsthemes.dev/theme/ricokahler-next-plugin-preval/</guid><description>&lt;h2 id="overview">Overview:&lt;/h2>
&lt;p>The next-plugin-preval is a plugin for the Next.js framework that allows for the pre-evaluation of async functions at build time and import them like JSON. It provides a solution for use cases where static data is required across multiple pages, static data for API routes, and de-duped and code split data. The plugin offers zero runtime, meaning that the pre-evaluated files are not sent to the browser, only their outputted JSON. However, it should be noted that once the data is generated during the initial build, it cannot be changed.&lt;/p></description></item></channel></rss>