All Collections
Versions 3.0 and 2.0
Implement
All Products
Does Flatfile support the NextJS framework?
Does Flatfile support the NextJS framework?
Elisa Dinsmore avatar
Written by Elisa Dinsmore
Updated over a week ago

This article is for Flatfile's Portal 2.0 and Portal 3.0. If you'd like to check out the latest version of the Flatfile Data Exchange Platform, click here!

Feel free to code your front-end framework in Next.js. All versions of Flatfile support the Next.js framework, though there are a few things to consider. Since Next.js is a React-based framework that is typically rendered completely on the server, special care should be taken when using it with Flatfile Portal 2.0, which is executed client side. You can view the Next.js documentation on how to do this here.

Flatfile Portal 3.0, on the other hand, works entirely server side, and you shouldn’t need to take any special considerations when using Next.js to create your front end versus any other framework.

Did this answer your question?