React start with Next.js
New to React? You need to think about how to learn React's fundamental concepts solidly yet quickly. Start with Next.js and JavaScript with minimal knowledge. Let's develop by selecting only the essential examples needed for real-world development. The Todo example is so important that you should develop it twice. Once focusing on components, and then focusing on routing that handles browser paths! Use Zustand for login! You can handle global state with a really small amount of code.
117 learners
Level Beginner
Course period Unlimited
Want to know what questions other learners frequently ask?
- Resolved
저는 왜 콘솔에서 props가 한 줄만 찍히나요?
next.config.mjs 에서 reactStrictMode 설정을 한 것도 아닌데 왜 콘솔에 한 줄만 뜰까요? <img src="https:/
javascriptreact웹앱ajaxnotehaja
・
6 days ago
0
37
1
- Resolved
[Todo삭제와 수정처리1] selectTodo 함수에서 filter 대신 find 메서드를 사용하면 안될까요?
function selectTodo(id) { const targetTodo = arr.find(todo => todo.id === id); if (targetTodo) { setCurrent(targetTodo);
javascriptreact웹앱next.jsajaxcodingbeer
・
6 months ago
0
70
1

