feature/new-branchexample for task: «create product list page as Wishlist»
feature/create-product-list-page or
feature/user-products_wishlistlibrary -> components -> style
add empty line between imports
import { useEffect } from 'react';
import { useAppDispatch, useAppSelector } from '../../../app/hooks';
import { RootState } from '../../../app/store';
import { loadProducts } from './productsSlice';
import './Products.module.scss';
const Products = (): JSX.Element => {… http://localhost:5173/allcom/#/
http://localhost:5173/allcom/#/We use vite-plugin-svgr
- Create file in /img/svg/heart.svg
import HeartIcon from '../../img/svg/heart.svg?react';Uses Vite, Vitest, and React Testing Library to create a modern React app compatible with Create React App
npx degit reduxjs/redux-templates/packages/vite-template-redux my-app- Easy migration from Create React App or Vite
- As beginner friendly as Create React App
- Optimized performance compared to Create React App
- Customizable without ejecting
dev/start- start dev server and open browserbuild- build for productionpreview- locally preview production buildtest- launch test runner