Comment on page
Crema Next.js Overview
Crema Next.js is available with App Router. Crema is also available in both Typescript and Javascript
Crema Next.js is available with App Router. Crema is also available in both Typescript and Javascript.
When you get the Crema template from Themeforest, you will get a zip folder from Themeforest. Upon extracting the content of the zip folder, you will get the following two zip files.
We can't include everything in the ThemeForest zip file. You can find out the code from GitHub. You can check out the GitHub repo here by filling out this form
You can find out the following branches for all Repos of the Crema4.x.x as mentioned below
- source: This is the default branch of all the Crema Repos, this is based on the Context APIs
- source-starter-kit: This is a starter kit built with the Context APIs
- redux-toolkit: This is the default branch of all the Crema Repos, this is based on the Redux Toolkit
- redux-toolkit-starter-kit: This is a starter kit built with the Redux Toolkit
- nx: This is nx monorepo based branch. you will get all apps based on the context APIs and redux-toolkit and their starter-kits as well.
- Crema 4.xI. MUI:- In this folder, you will get the MUI-based template. Crema supports all three state management lib(redux-toolkit, and Context APIs). You can checkout the demo here
- 1.crema-mui-4.x: This app is based on the CRA based built with JavaScript
- 2.crema-mui-next-4.x: This app is based on Next.js built with JavaScript
- 3.crema-mui-ts-4.x: This app is based on the CRA based built with TypeScript.
- 4.crema-mui-next-ts-4.x: This app is based on Next.js built with JavaScript
II. Antd:- In this folder, you will get the Antd-based template. Crema supports all three state management lib(redux-toolkit, and Context APIs). You can checkout the demo here- 1.crema-antd-4.x: This app is based on the CRA based built with JavaScript
- 2.crema-antd-next-4.x: This app is based on Next.js built with JavaScript
- 3.crema-antd-ts-4.x: This app is based on the CRA based built with TypeScript
- 4.crema-antd-next-ts-4.x: This app is based on the Next.js built with TypeScript
We have the MUI and Antd Design's default components in the CRA+JS Apps, in other apps you can refer to the components from their page directly
Last modified 25d ago