Features Overview
Out-of-box Features
Introduction
NO-CODE BUILD, LOW-CODE CUSTOMIZE
- Build Web Apps Faster and Save Money!
- 1-Click Develop New Web App, Next.js Code is generated, ready for deployment.
- Get No-Code pre-built App with Frontend UI Screens for Next.js.
- Low-Code customize to Build beautiful, usable products faster.
- Customizations required are minor and can be accomplished in few hours to couple of days.
Key Features Next.js App
No-Code Low-Code Features
Get CRUD app features.
- Menu - SideNav
- Display - Data Table
- Pagination
- Forms / Actions
- Create
- Edit
- Delete
Get all Boilerplate for
- REST API calling
- Rendering Client Components | Client Side Rendering (CSR)
- Server Side Rendering (SSR)
- Static Export | Static Site Generation (SSG)
- Incremental Static ReGeneration (ISR)
Project Info | Technical Description
App Router : Rendering Environments
There are two environments where web applications can be rendered: the client and the server.
em_app project has both parts client side rendering (CSR) and server side rendering (SSR).
Rendering Client Components | Client Side Rendering (CSR)
Inside folder em_app\src\app\pages\csr
, pages & routes are based on client components with client side rendering (CSR).
Server Side Rendering (SSR)
Inside folder em_app\src\app\pages\ssr
, pages & routes are based on Server Side Rendering (SSR).
Static Export | Static Site Generation (SSG)
Inside folder em_app\src\app\pages\ssg
, pages & routes are based on Static Site Generation (SSG).
Incremental Static ReGeneration (ISR)
Inside folder em_app\src\app\pages\isr
, pages & routes are based on Incremental Static ReGeneration (ISR).