dev + it dev react state 리액트 전역 상태 관리 라이브러리? ㄴㄴ 저는 URL만 씁니다리액트로 개발하면 빼놓을 수 없는게 전역 상태 관리죠. 뭐 순수하게 UI컴포넌트를 만들어야 한다니 뭐니 해도, 저쪽에서 쓰고있는 상태를 이쪽에서 바꿔야 하는 일은 꼭 생깁니다.그래서 이제 전역상태를 url로 관리하는법을 소개합니닷!! wono | discuss | tweet + it dev shadcnui admin GitHub - josevcarvalho/nextjs-app-cms-ecommerce: CMS Ecommerce app using NextJS, Zustand, React Hook Form, PrismaClient, Tailwindcss, Postcss, MongoDB Atlas, Shadcn UI, Axios e ZodCMS Ecommerce app using NextJS, Zustand, React Hook Form, PrismaClient, Tailwindcss, Postcss, MongoDB Atlas, Shadcn UI, Axios e Zod - josevcarvalho/nextjs-app-cms-ecommerce wono | discuss | tweet + it dev awesome shadcnui GitHub - bytefer/awesome-shadcn-ui: A curated list of awesome things related to shadcn/ui.A curated list of awesome things related to shadcn/ui. - bytefer/awesome-shadcn-ui wono | discuss | tweet + it dev shadcnui nextjs GitHub - Kiranism/next-shadcn-dashboard-starter: Admin Dashboard Starter with Nextjs14 and shadcn uiAdmin Dashboard Starter with Nextjs14 and shadcn ui - Kiranism/next-shadcn-dashboard-starter wono | discuss | tweet + it dev react scroll 가상화 하여 더 나은 무한스크롤 구현하기 | ou9999.dev오늘의집과 같은 무한스크롤 구현 과정과 후기 wono | discuss | tweet + it dev react context [React.js] Context API를 이용하여 전역 상태 관리하기Context API를 이용하여 전역 상태 관리하기들어가며리액트(React.js)에서 Context API를 이용하여 전역 상태 관리하는 방법을 정리해본다.Context API를 이용하면 따로 패키지를 설치하지 않고도 전역 상태를 관리할 수 있다. Context API개념컴포넌트 트리에서 전역 상태를 보다 쉽게 공유할 수 있는 기능을 제공하는 API이 방법을 이용하면, 프롭 드릴링(Props Drilling)을 피할 수 있다. 방법① context 파일 생성하기전역으로 사용할 상태를 정의하는 @Context.js@ 파일을 생성한다. ./src/context.jsimport { createContext, useContext, useState } from 'react';// (1) Context 생성하기co.. wono | discuss | tweet + it dev react zustand Zustand 핵심 정리Zustand(주스탠드)는 작고 빠르며 확장 가능한 React 프로젝트에서 사용하는 상태 관리(Store) 라이브러리입니다. wono | discuss | tweet + it dev shadcnui [번역] shadcn/ui 의 해부올해 자바스크립트 생태계를 돌아다니다 보면 shadcn/ui라는 흥미로운 UI 라이브러리를 접했을 것입니다. 이 라이브러리는 npm 패키지로 배포되지 않고, CLI를 통해 컴포넌트의 소스 코드를 프로젝트에 포함하는 방식으로 제공됩니다. 이 라이브러리의 제작자는 shadcn/ui의 공식 웹 사이트 내에 이러한 결정을 내리게 된 이유에 대해서 작성하였습니다… wono | discuss | tweet + it dev typescript props Next.js에서 타입스크립트와 함께하는 함수형 컴포넌트의 모든 것함수형 컴포넌트는 리액트 개발에서 가독성 높고 간결한 코드 구조를 제공합니다. 이 글에서는 Next.js 환경에서 자바스크립트와 ES6 화살표 함수를 사용한 함수형 컴포넌트의 구조, 타입스크립트를 활용한 속성 정의 방법, 그리고 함수형 컴포넌트의 여러 구성 요소 및 방식에 대해 알아봅니다. wono | discuss | tweet + it dev react nextjs 05. React 기본 사항: 구성 요소, 상태 및 Props 최신 React와 Next.js 웹 개발 튜토리얼과 자료를 찾고 계신가요? ReactNext-Central에서 필요한 모든 정보와 가이드를 확인하세요. 바로 방… wono | discuss | tweet + it dev javascript problems Feature Request: Show all errors and warnings in project for all JavaScript and TypeScript files, not just opened ones · Issue #13953 · microsoft/vscodeI am using VS Code on a project at work that has hundreds of files and many layers of nested sub-directories. I frequently make changes that break many files, such as changing the call signature of a commonly used method. Since the proje... wono | discuss | tweet + it dev shadcnui shadcn ui 자세히 알아보기shadcn/ui가 무엇인지와 동작 방식을 탐구하고 그 인기를 파헤칩니다. wono | discuss | tweet + it dev nextjs auth best Next.js Authentication Best PracticesExplore key Next.js authentication best practices, including middleware vs. page component auth, preserving static rendering, and implementing multi-layered protection. Next.js authentication is the… wono | discuss | tweet + it dev nextjs middleware edgeruntime Switchable Runtime for Middleware (Allow Node.js APIs in Middleware) · vercel/next.js · Discussion #46722Switchable Runtime for Middleware (Allow Node.js APIs in Middleware) wono | discuss | tweet + it dev nextjs middleware fs Next.js middleware Module not found: Can't resolve 'fs'The Problem You are using the Node.js file system (fs) module in a Next.js middleware function. For example, you have a src/app/middleware.js file that… wono | discuss | tweet + it dev tailwindcss [tailwind CSS] 2. vscode 플러그인 추천1. Tailwind CSS IntelliSense html 작성 시, 입력한 문자로 시작하는 클래스명들을 보여준다. 2. Tailwind CSS Explorer vscode에서 tailwind 클래스명들을 속성별로 검색 확인할 수 있다. 이와 비슷한 플러그인으로는 Tailwind Docs가 있는데, 이는 vscode에서의 바로 확인은 아니고, 검색한 클래스의 설명이 기입된 공식 사이트 페이지를 오픈한다. 3. Headwind 지정한 클래스를, 속성별로 재배열 시켜준다. 예로 다음과 같은 코드가 있다면 Mint-Coding 아래와 같이 재배열 시켜, 클래스 파악에 도움 준다. 팀워크가 아니어도, 추후 관리를 위해 강력 추천하는 플러그인이다. Mint-Coding wono | discuss | tweet + it dev egov GitHub - eGovFramework/egovframe-docs: 표준프레임워크 포털의 가이드 문서입니다.표준프레임워크 포털의 가이드 문서입니다. Contribute to eGovFramework/egovframe-docs development by creating an account on GitHub. wono | discuss | tweet + it dev springboot thymleaf Thymeleaf 시작하기 (2) - spring boot + thymeleaf 프로젝트 생성Thymeleaf 시작하기 (2) - spring boot + thymeleaf 프로젝트 생성 wono | discuss | tweet + it dev springboot thymleaf View 환경 설정타임리프 공식 사이트타임리프를 이용해 View 환경설정 해보기Controller 생성스프링 부트 thymleaf ViewName 매핑 \- resources:templates/ +{ViewName}+ .htmlreturn "hello"는 resources:templa wono | discuss | tweet + it dev springboot tiles [Spring] Tiles 적용하는 법과 사용하는 방법안녕하세요 dev-길길IT입니다. 일반적으로 웹 페이지를 구성할 때, 레이아웃을 가장 먼저 고려합니다. 상단과 하단, 좌측 사이드바, 또 메뉴 네비게이션, 본문 컨텐츠 등 다양한 컴포넌트들이 구성되는데요. 이 때 모든 요소들을 페이지 하나하나에 다 적용해주면 개발하기가 너무 어렵기 때문에 별도의 라이브러리를 사용하는데요. 그 중 하나가 Apache Tiles입니다. ※ 공식 사이트 : https://tiles.apache.org/framework/index.html Apache Tiles는 반복적인 레이아웃을 한 곳에서 관리할 수 있도록 해주는 template framework입니다. 2017년 11월 7일을 기점으로 프로젝트가 종료되어 현재는 더 이상 추가적으로 release가 되고 있지는 않습니다. .. wono | discuss | tweetNext
+ it dev react state 리액트 전역 상태 관리 라이브러리? ㄴㄴ 저는 URL만 씁니다리액트로 개발하면 빼놓을 수 없는게 전역 상태 관리죠. 뭐 순수하게 UI컴포넌트를 만들어야 한다니 뭐니 해도, 저쪽에서 쓰고있는 상태를 이쪽에서 바꿔야 하는 일은 꼭 생깁니다.그래서 이제 전역상태를 url로 관리하는법을 소개합니닷!! wono | discuss | tweet
+ it dev shadcnui admin GitHub - josevcarvalho/nextjs-app-cms-ecommerce: CMS Ecommerce app using NextJS, Zustand, React Hook Form, PrismaClient, Tailwindcss, Postcss, MongoDB Atlas, Shadcn UI, Axios e ZodCMS Ecommerce app using NextJS, Zustand, React Hook Form, PrismaClient, Tailwindcss, Postcss, MongoDB Atlas, Shadcn UI, Axios e Zod - josevcarvalho/nextjs-app-cms-ecommerce wono | discuss | tweet
+ it dev awesome shadcnui GitHub - bytefer/awesome-shadcn-ui: A curated list of awesome things related to shadcn/ui.A curated list of awesome things related to shadcn/ui. - bytefer/awesome-shadcn-ui wono | discuss | tweet
+ it dev shadcnui nextjs GitHub - Kiranism/next-shadcn-dashboard-starter: Admin Dashboard Starter with Nextjs14 and shadcn uiAdmin Dashboard Starter with Nextjs14 and shadcn ui - Kiranism/next-shadcn-dashboard-starter wono | discuss | tweet
+ it dev react scroll 가상화 하여 더 나은 무한스크롤 구현하기 | ou9999.dev오늘의집과 같은 무한스크롤 구현 과정과 후기 wono | discuss | tweet
+ it dev react context [React.js] Context API를 이용하여 전역 상태 관리하기Context API를 이용하여 전역 상태 관리하기들어가며리액트(React.js)에서 Context API를 이용하여 전역 상태 관리하는 방법을 정리해본다.Context API를 이용하면 따로 패키지를 설치하지 않고도 전역 상태를 관리할 수 있다. Context API개념컴포넌트 트리에서 전역 상태를 보다 쉽게 공유할 수 있는 기능을 제공하는 API이 방법을 이용하면, 프롭 드릴링(Props Drilling)을 피할 수 있다. 방법① context 파일 생성하기전역으로 사용할 상태를 정의하는 @Context.js@ 파일을 생성한다. ./src/context.jsimport { createContext, useContext, useState } from 'react';// (1) Context 생성하기co.. wono | discuss | tweet
+ it dev react zustand Zustand 핵심 정리Zustand(주스탠드)는 작고 빠르며 확장 가능한 React 프로젝트에서 사용하는 상태 관리(Store) 라이브러리입니다. wono | discuss | tweet
+ it dev shadcnui [번역] shadcn/ui 의 해부올해 자바스크립트 생태계를 돌아다니다 보면 shadcn/ui라는 흥미로운 UI 라이브러리를 접했을 것입니다. 이 라이브러리는 npm 패키지로 배포되지 않고, CLI를 통해 컴포넌트의 소스 코드를 프로젝트에 포함하는 방식으로 제공됩니다. 이 라이브러리의 제작자는 shadcn/ui의 공식 웹 사이트 내에 이러한 결정을 내리게 된 이유에 대해서 작성하였습니다… wono | discuss | tweet
+ it dev typescript props Next.js에서 타입스크립트와 함께하는 함수형 컴포넌트의 모든 것함수형 컴포넌트는 리액트 개발에서 가독성 높고 간결한 코드 구조를 제공합니다. 이 글에서는 Next.js 환경에서 자바스크립트와 ES6 화살표 함수를 사용한 함수형 컴포넌트의 구조, 타입스크립트를 활용한 속성 정의 방법, 그리고 함수형 컴포넌트의 여러 구성 요소 및 방식에 대해 알아봅니다. wono | discuss | tweet
+ it dev react nextjs 05. React 기본 사항: 구성 요소, 상태 및 Props 최신 React와 Next.js 웹 개발 튜토리얼과 자료를 찾고 계신가요? ReactNext-Central에서 필요한 모든 정보와 가이드를 확인하세요. 바로 방… wono | discuss | tweet
+ it dev javascript problems Feature Request: Show all errors and warnings in project for all JavaScript and TypeScript files, not just opened ones · Issue #13953 · microsoft/vscodeI am using VS Code on a project at work that has hundreds of files and many layers of nested sub-directories. I frequently make changes that break many files, such as changing the call signature of a commonly used method. Since the proje... wono | discuss | tweet
+ it dev nextjs auth best Next.js Authentication Best PracticesExplore key Next.js authentication best practices, including middleware vs. page component auth, preserving static rendering, and implementing multi-layered protection. Next.js authentication is the… wono | discuss | tweet
+ it dev nextjs middleware edgeruntime Switchable Runtime for Middleware (Allow Node.js APIs in Middleware) · vercel/next.js · Discussion #46722Switchable Runtime for Middleware (Allow Node.js APIs in Middleware) wono | discuss | tweet
+ it dev nextjs middleware fs Next.js middleware Module not found: Can't resolve 'fs'The Problem You are using the Node.js file system (fs) module in a Next.js middleware function. For example, you have a src/app/middleware.js file that… wono | discuss | tweet
+ it dev tailwindcss [tailwind CSS] 2. vscode 플러그인 추천1. Tailwind CSS IntelliSense html 작성 시, 입력한 문자로 시작하는 클래스명들을 보여준다. 2. Tailwind CSS Explorer vscode에서 tailwind 클래스명들을 속성별로 검색 확인할 수 있다. 이와 비슷한 플러그인으로는 Tailwind Docs가 있는데, 이는 vscode에서의 바로 확인은 아니고, 검색한 클래스의 설명이 기입된 공식 사이트 페이지를 오픈한다. 3. Headwind 지정한 클래스를, 속성별로 재배열 시켜준다. 예로 다음과 같은 코드가 있다면 Mint-Coding 아래와 같이 재배열 시켜, 클래스 파악에 도움 준다. 팀워크가 아니어도, 추후 관리를 위해 강력 추천하는 플러그인이다. Mint-Coding wono | discuss | tweet
+ it dev egov GitHub - eGovFramework/egovframe-docs: 표준프레임워크 포털의 가이드 문서입니다.표준프레임워크 포털의 가이드 문서입니다. Contribute to eGovFramework/egovframe-docs development by creating an account on GitHub. wono | discuss | tweet
+ it dev springboot thymleaf Thymeleaf 시작하기 (2) - spring boot + thymeleaf 프로젝트 생성Thymeleaf 시작하기 (2) - spring boot + thymeleaf 프로젝트 생성 wono | discuss | tweet
+ it dev springboot thymleaf View 환경 설정타임리프 공식 사이트타임리프를 이용해 View 환경설정 해보기Controller 생성스프링 부트 thymleaf ViewName 매핑 \- resources:templates/ +{ViewName}+ .htmlreturn "hello"는 resources:templa wono | discuss | tweet
+ it dev springboot tiles [Spring] Tiles 적용하는 법과 사용하는 방법안녕하세요 dev-길길IT입니다. 일반적으로 웹 페이지를 구성할 때, 레이아웃을 가장 먼저 고려합니다. 상단과 하단, 좌측 사이드바, 또 메뉴 네비게이션, 본문 컨텐츠 등 다양한 컴포넌트들이 구성되는데요. 이 때 모든 요소들을 페이지 하나하나에 다 적용해주면 개발하기가 너무 어렵기 때문에 별도의 라이브러리를 사용하는데요. 그 중 하나가 Apache Tiles입니다. ※ 공식 사이트 : https://tiles.apache.org/framework/index.html Apache Tiles는 반복적인 레이아웃을 한 곳에서 관리할 수 있도록 해주는 template framework입니다. 2017년 11월 7일을 기점으로 프로젝트가 종료되어 현재는 더 이상 추가적으로 release가 되고 있지는 않습니다. .. wono | discuss | tweet