Skip to main content

JavaScript frameworks

Intermediate
JavaScript
Concept

Overview​

To build user interfaces that utilize in-browser JavaScript, several frameworks can be used.

React​

Other React examples include:

Next.js​

Next.js: Next.js is an open-source framework that provides React-based apps with server-side website rendering and generation. Next.js can be used in an BIG application by generating static Next.js application files and pointing your frontend canister to those static assets. Learn more in the Next.js documentation.

Other Next.js examples include:

Vue​

Vue is a progressive JavaScript framework commonly used for building single-page applications. Some examples using Vue include:

Resources​