Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
  • Tag, dev
Sign in

dev

it dev typescript

타입스크립트 type과 interface의 공통점과 차이점

https://yceffort.kr
wono | discuss |
it dev typescript

TypeScript - type과 interface의 차이

TypeScript에서 type과 interface는 비슷한 역할을 하는 것 같은데, 어떤 경우에는 type을 사용하는 게 좋고 어떤 경우에는 interface를 사용하는 게 좋은지 궁금해서 알아보았다.extends 키워드를 이용해서 확장할 수 있다.& 기호를 이용해서
wono | discuss |
it dev nextjs admin

GitHub - purpleio/purple-admin-ui: Next.js와 Tailwind를 이용한 모-던 어드민 템플릿

Next.js와 Tailwind를 이용한 모-던 어드민 템플릿. Contribute to purpleio/purple-admin-ui development by creating an account on GitHub.
wono | discuss |
it dev nextjs admin

15 Best Next.js Admin Dashboard Templates for 2024

When building an admin dashboard, choosing the right template can save you time and effort. Next.js, with its robust performance and flexibility, is a popular choice for developers who need to create…
wono | discuss |
it dev nextjs aws s3

Building a File Storage With Next.js, PostgreSQL, and Minio S3 – Nextra

In this article, we will build a full-stack application using Next.js, PostgreSQL, and Minio S3.
wono | discuss |
it dev nextjs structure

Bulletproof React folder structure

wono | discuss |
it dev nextjs components

How to Organize Your Next.js Components Folder

Learn how the Next.js components folder fits into the overall folder structure of a project and why it's essential for keeping your project files organized.
wono | discuss |
it dev react

Creating Effective And Optimized Next.JS Reusable Components. | HackerNoon

Learn to create reusable components in React for better code organization and maintenance, using ComponentProps and HTMLAttributes interfaces for adaptability..
wono | discuss |
it dev react

04) 컴포넌트 구성과 재사용성

[TOC] ## 단일 책임을 가진 재사용 가능한 컴포넌트 생성 React에서 재사용성 개념은 근본적입니다. 한 가지 기능을 잘 수행하는 작은 컴포넌트를 생성합니다. 이러한 컴…
wono | discuss |
it dev react

리액트 컴포넌트 구조와 재사용성 향상하기

이 글에서는 리액트 컴포넌트를 어떻게 구조화하고 재사용성을 높일 수 있는지에 대해 알아봅니다. 프레젠테이셔널 컴포넌트와 컨테이너 컴포넌트를 분리하여 작성하는 방법과 컴포넌트 모듈화의 중요성을 설명합니다.
wono | discuss |
it dev nextjs structure

How to structure scalable Next.js project architecture - LogRocket Blog

Learn to structure your Next.js project strategically to build an application that will scale up without any issues as your project grows.
wono | discuss |
it dev express

node.js Controller, Service, Repository

사전 준비 Directory Structure 내 프로젝트 폴더 이름 ├── app.js ├── config │ └── config.json ├── controllers │ └── posts.controller.js ├── migrations │ └── 20220731133318-create-posts.js ├── models │ ├── index.js │ └── posts.js ├── repositories │ └── posts.repository.js ├── routes │ ├── index.js │ └── posts.routes.js ├── services │ └── posts.service.js ├── package.json └── package-lock.json controllers, servi..
wono | discuss |
it dev flutter flame

GitHub - maurovanetti/guidi-tu: A mobile app made in Flutter to pick the sober driver

A mobile app made in Flutter to pick the sober driver - maurovanetti/guidi-tu
wono | discuss |
it dev typescript

[TypeScript] 유틸리티 타입 (Pick, Omit, Partial, Record 등)

react-router 코드에서 갑자기 등장한 Pick! import에도 없고 대체 이게 뭐지…?
wono | discuss |
it dev typescript

[tsconfig의 모든 것] Compiler options / Emit

이번 포스팅에서는 지난 [tsconfig의 모든 것] Compiler options / Modules 포스팅에 이어 의 컴파일 옵션 중 출력 파일을 컨트롤 하는 옵션들을 소개할 예정이다.
wono | discuss |
it dev prisma sql

Raw queries | Prisma Documentation

Learn how you can send raw SQL and MongoDB queries to your database using the raw() methods from the Prisma Client API.
wono | discuss |
it dev nextjs form

Error handling for Server Actions · vercel/next.js · Discussion #49426

Error handling for Server Actions
wono | discuss |
it dev nextjs

Can't Access Values from Next Server Actions | Next.js 13.4

wono | discuss |
it dev nextjs doc

Is there something similar to swagger codegen for Nextjs API routes?

wono | discuss |
it dev nextjs swagger

nextjs / swagger-ui-react / Node.js 버전 호환 에러 : Class extends...

배우게 된 점 - 개발서버- 테스트서버- 프로덕션 서버 node.js 버전을 동일하게 잘 관리하자. -------- next.js 14.1.2 버전 사용중 swagger-ui-react 5.3.0 버전 개발서버 node.js 20.x 테스트서버 vercel 18.x 문제상황 기존에 토이 프로젝트로 Nextjs 풀스택 앱을 만들었고, swagger로 API 문서를 발행하고 있었다. - swagger-ui-react 라이브러리를 이용하여 만들었고 - api 문서는 개발용 및 테스트용으로 보여주는 것이기 때문에, 프로덕션 서버가 아닌 테스트 서버인 Vercel을 통해 접근할 수 있었다. 기존에 설치하지 않았던 eslint-config-next (14.1.3) 를 설치한 시점부터 빌드에 문제가 생겼다. Type..
wono | discuss |
Next
© 2026. LINKTAG.ORG. Help Feedback Privacy Terms