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 nextjs bind

Data Fetching: Server Actions and Mutations | Next.js

Learn how to handle form submissions and data mutations with Next.js.
wono | discuss |
it dev javascript ts-check

javascript에서 typescript 적용하기

wono | discuss |
it dev typescript

type vs interface (TypeScript)

개요 typescript에서 타입을 만들때 type alias, interface 두가지 사용방식이 있다. 기본적인 사용 방법의 차이에 대한 글은 이미 인터넷에 많이 있다. 그 외 type alias와 interface를 선택할때 고려할 만한 부분들은 어떤게 있는지 대해 정리해보려고 한다. > typescript 위키나, 핸드북 문서를 보면 일단 ..
wono | discuss |
it dev typescript

타입스크립트에서 type 과 interface 더 알아보기

데보션 (DEVOCEAN) 기술 블로그 , 개발자 커뮤니티이자 내/외부 소통과 성장 플랫폼
wono | discuss |
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 |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms