React

  • Touch and Swipe
    React

    4 만들면서 배우는 리액트 (진유림) - 1- 고양이 짦방앱 만들기 : 리액트 앱 바닥부터 만들기, 컴포넌트

      초급자를 위해 준비한[웹 개발, 프론트엔드] 강의입니다.리액트를 가장 쉽고 빠르게 배울 수 있는 리액트 입문 강의입니다. 토이 프로젝트를 …

  • Touch and Swipe
    React

    4 만들면서 배우는 리액트 (진유림) - 2- 고양이 짦방앱 만들기 : 리액트 앱

      초급자를 위해 준비한[웹 개발, 프론트엔드] 강의입니다.리액트를 가장 쉽고 빠르게 배울 수 있는 리액트 입문 강의입니다. 토이 프로젝트를 …

  • Touch and Swipe
    React

    4 React github 를 서버로 사용, github pages 이용방법

       1. react-router-dom 라이브러리가 설치 되어 있지 않다면 설치 한다. npm install react-router-dom  설치하는 이유는 깃허브 서버 주소를 …

  • Touch and Swipe
    React

    4 React - 만들고 비교하며 학습하는 리액트 - 1- 준비편, 순수JS , 2-리액트 소개편

     초급자를 위해 준비한[웹 개발, 프론트엔드] 강의입니다.리액트는 실무에서 가장 많이 찾는 인기있는 프론트엔드 기술입니다. 리액트 기술을 이용…

  • Touch and Swipe
    React

    4 react 기본문법

     vscode  확장 패키지 추가1. - Auto Import - ES6, TS, JSX, TSX2. - Reactjs code snippets3. - ESLint4. - Prettier - Code formatter  App.css.hello{ color: red; } .box-sty…

  • Touch and Swipe
    React

    4 react redux 적용

     1.   redux 설치&  yarn add redux react-redux   2. createStore  deprecate 로 인하여   React Redux Toolkit  설치$  yarn…

  • Touch and Swipe
    React

    4 react 목록 불러오기

      home.jsimport React, { useEffect, useState } from 'react'; import { Container } from "react-bootstrap"; import BookItem from './../../components/BookItem'; c…

  • Touch and Swipe
    React

    4 react 글쓰기

     saveForm.jsimport { useState } from 'react'; import { Container, Form, Button } from "react-bootstrap"; import { useNavigate } from 'react-router-dom'; const SaveF…

  • Touch and Swipe
    React

    4 react 상세보기

     Detail.js import React, { useEffect, useState } from 'react'; import { useParams } from 'react-router-dom'; import { Container } from "react-bootstrap"; const…

  • Touch and Swipe
    React

    4 react 수정삭제하기

     Detail.jsimport React, { useEffect, useState } from 'react'; import { useParams, useNavigate } from 'react-router-dom'; import { Button, Container } from "react-bootstrap&…

  • Touch and Swipe
    React

    ★★★ 넥스트 next.js 폼전송 유효성체크 useFormState

      현재 useFormState  이 훅은 테스트버전이라  정상적으로 작동이 안되는 경우가 있다.useActionState 로 변경 되었다고 하나 안될경우 다…

  • Touch and Swipe
    React

    next - image 컴포넌트 가져오기 및 사용하기

      Step 1: next/image 컴포넌트 가져오기 및 사용하기 next/image 컴포넌트를 사용하면 이미지를 최적화할 수 있습니다. 이 컴포넌트를 사용하려면 …

  • Touch and Swipe
    React

    ★넥스트 next.js 앱 라우터 방식 - 캐싱 이해 및 구성하기

      1.Next.js의 캐싱 메커니즘 요약 Next.js는 네 가지 주요 캐싱 메커니즘을 사용하여 성능을 최적화하고, 불필요한 데이터 요청을 줄입니다. …

  • Touch and Swipe
    React

    ★Next.js App Router 방식에서 낙관적 업데이트 ,useOptimistic , 좋아요 개발

      https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations#optimistic-updates 소스 :   https://github.com/braverokmc79/nextjs-ex06&nb…

  • Touch and Swipe
    React

    ★리액트 cloudinary 이미지 업로드 처리, -클라우디너리를 사용하여 이미지 저장하기

     Media Explorer  https://console.cloudinary.com/pm/c-566453371ff78610fec2e9abb08751/media-explorer cloudinary.js import { v2 as cloudinary } from 'cloudinary'; if (…

  • Touch and Swipe
    React

    리액트 채팅 앱 개발

       1. 백엔드 서버 nodejs 소스 : https://github.dev/braverokmc79/react-chatting  전체적인 설명Express 서버 설정:Express 애플리케이션을 생성…

  • Touch and Swipe
    React

    Module not found: Can't resolve '@~'

     오류 메시지는 @/components/header 모듈을 찾을 수 없다는 것을 의미합니다. 이것은 보통 다음과 같은 이유로 발생합니다:잘못된 경로: 지정된 경로가 …

  • Touch and Swipe
    React

    리액트 디바운싱(Debouncing) 적용하기

     자바스크립트 검색어를 입력할 때마다 바로 검색을 실행하면 서버 자원이 낭비될 수 있습니다. 이를 방지하기 위해 다음과 같은 방법을 사용…

  • Touch and Swipe
    React

    리액트 input 처리 - 타입스크립트 투자 계삭기 프로젝

      소스:https://github.dev/braverokmc79/react-investmement  import React, { useState } from "react"; import classes from "./UserInput.module.css"; export t…

  • Touch and Swipe
    React

    react-scripts 설치 오류시

       npm i react-scripts npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: react-scripts@5.0.1 npm ERR! Found: typescript@5.4.5 npm ERR! …