-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Реакт 18 всё сломал (Новый свитч/роут и навигация) #12
Comments
Добавил контекст НавБар: |
Вместо History (2:06:00): import {useNavigate} from "react-router-dom"; |
import { useNavigate } from 'react-router-dom'; const navigate = useNavigate(); navigate('/YOUR_NEEDED_LINK', { replace: true, state: IF_NEEDED}), тоже неплохо, * но лучше прямые ссылки в navigate не использовать. |
Решения для урока (этап - написание Роута)
Мой индекс.js :
AppRoute:
Константы(может и не обязательно менять, не проверял):
export const ADMIN_ROUTE = 'admin' export const LOGIN_ROUTE = 'login' export const REG_ROUTE = 'registration' export const SHOP_ROUTE = '/' export const BASKET_ROUTE = 'basket' export const DEVICE_ROUTE = 'device'
The text was updated successfully, but these errors were encountered: