Nest
React Redux NextJS Multipurpose Ecommerce Template
DOCUMENTATION
- Doc version: 6.0
- Created: 26 Nov 2021
- Last update: 29 June 2023
OVERVIEW
Nest is a mulipurpose E-commerce template based on React Redux, NextJS, Bootstrap 5.x.
Nest includes a lot of pre-designed layouts for home page, product page to give you best selections in customization. This template is built based on the Fashion shop website, but it is also suitable for other eCommerce websites such as hand-made, organic, healthy shop, flower shop … or anything you want.
You can avoid expensive web development and minimize your design costs using Nest eCommerce ReactJS template.
We used styled-components and carefully created custom components so that we don’t have to sacrifice performance. The styled component also provides an easy way to change the appearance of the entire website.
We have a dedicated support center for all of your support needs. It includes our Documentation and Ticket system for any questions you have.
Main Features
- React 18, NextJs 13, Redux
- React Toastify
- Mega Menu Built-In
- Redux Shopping Cart
- Redux Add To Cart On Single Product/Quickview
- Free Premium Quality Support
- Logo Slider Integration
- Wishlist, Compare Support
- Sticky Header
- Product Details Layouts/Styles
- Google Fonts
- 100% Responsive
- Nice and Clean Design
- Clean and commented code
- Valid Redux / Jsx Component / CSS3
- Cart Option
- Checkout Option
- Easy to customize
- Flexible and multi-purpose
- Google fonts
- Built On Bootstrap 5.x
- Valid Redux / CSS3
- HTML & CSS & JS files are included
- Detailed documentation
- Lifetime Free Update
- And much more…
What do you get?
Template source code [html, css, js]
Documentation
Note
All images are just used for Preview Purpose Only. They are not part of the template and NOT included in the final purchase files.
Change log
VERSION 6.0
- Update to NextJS 13 and React 18
VERSION 5.0
- Update Redux tool kits
VERSION 4.0
- [Add] HTML source code
- [Add] Figma design file
(Save $19)
VERSION 3.0
- Fix vulnerabilities issues.
- Use rc-slider instead of react-input-range
VERSION 2.0
- Fix vulnerabilities issues.
VERSION 1.1
- Fix CSS and missing Image.
VERSION 1.0
- First release.
GET STARTED
Folder Structure
Structure
_app.js Structure
import React, { useEffect, useState } from "react";
import "react-input-range/lib/css/index.css";
import "react-perfect-scrollbar/dist/css/styles.css";
import { Provider } from "react-redux";
import { ToastContainer } from 'react-toastify';
import 'react-toastify/dist/ReactToastify.css';
import "slick-carousel/slick/slick-theme.css";
import "slick-carousel/slick/slick.css";
import "react-responsive-modal/styles.css";
import "swiper/css";
import "swiper/css/navigation";
import StorageWrapper from "../components/ecommerce/storage-wrapper";
import "../public/assets/css/main.css";
import store from "../redux/store";
import Preloader from "./../components/elements/Preloader";
function MyApp({ Component, pageProps }) {
const [loading, setLoading] = useState(false);
useEffect(() => {
setLoading(true);
setTimeout(() => {
setLoading(false);
}, 2000);
if (typeof window !== "undefined") {
window.WOW = require("wowjs");
}
new WOW.WOW().init();
}, []);
return (
<>
{!loading ? (
) : (
)}
>
);
}
export default MyApp;
Dependencies
package.json
"dependencies": {
"bootstrap": "^5.1.3",
"leaflet": "^1.9.4",
"next": "13.4.7",
"rc-slider": "^10.2.1",
"react": "18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "18.2.0",
"react-leaflet": "^4.2.1",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.1.1",
"react-responsive-modal": "^6.4.2",
"react-toastify": "^9.1.3",
"reactstrap": "^9.2.0",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"swiper": "^9.4.1",
"wowjs": "^1.1.3"
}
Create a Page
Create page pages\blank.js
function Blank() {
export function MyPage() {
return(
Hello!
)
}
export default Blank;
Routing
The Next.js router allows you to do client-side route transitions between pages, similar to a single-page application
A React component called Link is provided to do this client-side route transition.
import Link from 'next/link'
function Home() {
return(
)
}
export default Home;
In the example above we have multiple links, each one maps a path (href) to a known page:
- / → pages/index.js
- /about → pages/about.js
- /blog/hello-world → pages/blog/[slug].js
Any in the viewport (initially or through scroll) will be prefetched by default (including the corresponding data) for pages using Static Generation. The corresponding data for server-rendered routes is not prefetched.
Deployment
If you haven’t already done so, push your Next.js app to a Git provider of your choice: GitHub, GitLab, or BitBucket. Your repository can be private or public.
Then, follow these steps:
- Sign up to Vercel (no credit card is required).
- After signing up, you’ll arrive on the “Import Project” page. Under “From Git Repository”, choose the Git provider you use and set up an integration. (Instructions: GitHub / GitLab / BitBucket).
- Once that’s set up, click “Import Project From …” and import your Next.js app. It auto-detects that your app is using Next.js and sets up the build configuration for you. No need to change anything — everything should work just fine!
- After importing, it’ll deploy your Next.js app and provide you with a deployment URL
- To get more help on the deployment checkout
UPDATE
Important Note:
- Backup your website and theme folders completely to make sure you have a restore point in case of any complications.
Update using FTP
- Download the latest version of the theme to your device.
- Connect to your hosting via FTP software
- Upload the theme folder you unzipped to your site folder
- You should be asked to confirm overwriting of this folder and its contents. Confirm the overwrite.
SOURCES & CREDITS
THANK YOU
Thank you so much for using this template.
- AliThemes Team -