dev + it dev react report PDF, Excel, Docx generate on React and Node jsOverview Create a React App Generate a single PDF document containing multiple tables on... Tagged with reactpdf, reactexcel, reactdocx, node. wono | discuss | tweet + it dev nextjs i18n Next js 14 - How to use i18n wono | discuss | tweet + it dev nextjs i18n Simply way to support multiple languages i18n in Next.js 14 (Based on App Router)This post introduces the implementation of i18n internationalization multi-language feature in Next.js 14 (based on App Router), and takes into consideration actual scenarios to optimize and perfect… wono | discuss | tweet + it dev nextjs i18n [Nextjs] 다국어(i18n, internationalization) 적용하기서론이 문서는 next-i18next을 기반으로 next.js page router에 다국어 기능을 적용하는 과정을 다룹니다. 세팅하기Nextjs에서는 i18n 라우팅을 제공하고 있습니다. 이 기능을 도메인 혹은 pathname을 통해 설정 언어를 url로 표현할 수 있습니다.url을 통한 다국어 기능에는 몇 가지 이점이 있습니다. 1. SEO 최적화URL에 매칭되는 페이지의 언어가 결정되기 때문에 메타 테그()를 통해 해당 페이지 언어를 명시할 수 있어 해당 언어의 검색결과에 노출될 수 있습니다. 2. 링크 및 북마크 생성 가능설정된 언어가 URL에 담겨있기 때문에 해당 언어로 된 링크를 생성할 수 있습니다. 3. 번역 결과를 캐싱할 수 있음해당 페이지 결과를 캐싱할 수 있다는 이점은 여러 가지면에.. wono | discuss | tweet + it dev nextjs i18n [Next.js] i18n 적용하기 with App routingIntro 취업하고 바쁘게 지내던 중 이제 조금 적응하고 시간을 효율적으로 사용할 수 있을 것 같아 간만에 글을 작성한다. 회사는 Vue를 사용하는데, 왜 갑자기 Next.js일까? 사내 테스트로 AI Generator Tools를 사용해 보면서 대부분의 새로운 서 wono | discuss | tweet + it dev nextjs i18n Next.js로 다국어(i18n) 제공하기Next.js로 다국어를 적용하면서 공부하고 고민했던 흔적들에 대해서 설명합니다. wono | discuss | tweet + it dev nextjs bind Data Fetching: Server Actions and Mutations | Next.jsLearn how to handle form submissions and data mutations with Next.js. wono | discuss | tweet + it dev javascript ts-check javascript에서 typescript 적용하기 wono | discuss | tweet + it dev typescript type vs interface (TypeScript)개요 typescript에서 타입을 만들때 type alias, interface 두가지 사용방식이 있다. 기본적인 사용 방법의 차이에 대한 글은 이미 인터넷에 많이 있다. 그 외 type alias와 interface를 선택할때 고려할 만한 부분들은 어떤게 있는지 대해 정리해보려고 한다. > typescript 위키나, 핸드북 문서를 보면 일단 .. wono | discuss | tweet + it dev typescript 타입스크립트에서 type 과 interface 더 알아보기데보션 (DEVOCEAN) 기술 블로그 , 개발자 커뮤니티이자 내/외부 소통과 성장 플랫폼 wono | discuss | tweet + it dev typescript 타입스크립트 type과 interface의 공통점과 차이점https://yceffort.kr wono | discuss | tweet + it dev typescript TypeScript - type과 interface의 차이TypeScript에서 type과 interface는 비슷한 역할을 하는 것 같은데, 어떤 경우에는 type을 사용하는 게 좋고 어떤 경우에는 interface를 사용하는 게 좋은지 궁금해서 알아보았다.extends 키워드를 이용해서 확장할 수 있다.& 기호를 이용해서 wono | discuss | tweet + 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 | tweet + it dev nextjs admin 15 Best Next.js Admin Dashboard Templates for 2024When 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 | tweet + it dev nextjs aws s3 Building a File Storage With Next.js, PostgreSQL, and Minio S3 – NextraIn this article, we will build a full-stack application using Next.js, PostgreSQL, and Minio S3. wono | discuss | tweet + it dev nextjs structure Bulletproof React folder structure wono | discuss | tweet + it dev nextjs components How to Organize Your Next.js Components FolderLearn 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 | tweet + it dev react Creating Effective And Optimized Next.JS Reusable Components. | HackerNoonLearn to create reusable components in React for better code organization and maintenance, using ComponentProps and HTMLAttributes interfaces for adaptability.. wono | discuss | tweet + it dev react 04) 컴포넌트 구성과 재사용성[TOC] ## 단일 책임을 가진 재사용 가능한 컴포넌트 생성 React에서 재사용성 개념은 근본적입니다. 한 가지 기능을 잘 수행하는 작은 컴포넌트를 생성합니다. 이러한 컴… wono | discuss | tweet + it dev react 리액트 컴포넌트 구조와 재사용성 향상하기이 글에서는 리액트 컴포넌트를 어떻게 구조화하고 재사용성을 높일 수 있는지에 대해 알아봅니다. 프레젠테이셔널 컴포넌트와 컨테이너 컴포넌트를 분리하여 작성하는 방법과 컴포넌트 모듈화의 중요성을 설명합니다. wono | discuss | tweetNext
+ it dev react report PDF, Excel, Docx generate on React and Node jsOverview Create a React App Generate a single PDF document containing multiple tables on... Tagged with reactpdf, reactexcel, reactdocx, node. wono | discuss | tweet
+ it dev nextjs i18n Simply way to support multiple languages i18n in Next.js 14 (Based on App Router)This post introduces the implementation of i18n internationalization multi-language feature in Next.js 14 (based on App Router), and takes into consideration actual scenarios to optimize and perfect… wono | discuss | tweet
+ it dev nextjs i18n [Nextjs] 다국어(i18n, internationalization) 적용하기서론이 문서는 next-i18next을 기반으로 next.js page router에 다국어 기능을 적용하는 과정을 다룹니다. 세팅하기Nextjs에서는 i18n 라우팅을 제공하고 있습니다. 이 기능을 도메인 혹은 pathname을 통해 설정 언어를 url로 표현할 수 있습니다.url을 통한 다국어 기능에는 몇 가지 이점이 있습니다. 1. SEO 최적화URL에 매칭되는 페이지의 언어가 결정되기 때문에 메타 테그()를 통해 해당 페이지 언어를 명시할 수 있어 해당 언어의 검색결과에 노출될 수 있습니다. 2. 링크 및 북마크 생성 가능설정된 언어가 URL에 담겨있기 때문에 해당 언어로 된 링크를 생성할 수 있습니다. 3. 번역 결과를 캐싱할 수 있음해당 페이지 결과를 캐싱할 수 있다는 이점은 여러 가지면에.. wono | discuss | tweet
+ it dev nextjs i18n [Next.js] i18n 적용하기 with App routingIntro 취업하고 바쁘게 지내던 중 이제 조금 적응하고 시간을 효율적으로 사용할 수 있을 것 같아 간만에 글을 작성한다. 회사는 Vue를 사용하는데, 왜 갑자기 Next.js일까? 사내 테스트로 AI Generator Tools를 사용해 보면서 대부분의 새로운 서 wono | discuss | tweet
+ it dev nextjs i18n Next.js로 다국어(i18n) 제공하기Next.js로 다국어를 적용하면서 공부하고 고민했던 흔적들에 대해서 설명합니다. wono | discuss | tweet
+ it dev nextjs bind Data Fetching: Server Actions and Mutations | Next.jsLearn how to handle form submissions and data mutations with Next.js. wono | discuss | tweet
+ it dev typescript type vs interface (TypeScript)개요 typescript에서 타입을 만들때 type alias, interface 두가지 사용방식이 있다. 기본적인 사용 방법의 차이에 대한 글은 이미 인터넷에 많이 있다. 그 외 type alias와 interface를 선택할때 고려할 만한 부분들은 어떤게 있는지 대해 정리해보려고 한다. > typescript 위키나, 핸드북 문서를 보면 일단 .. wono | discuss | tweet
+ it dev typescript 타입스크립트에서 type 과 interface 더 알아보기데보션 (DEVOCEAN) 기술 블로그 , 개발자 커뮤니티이자 내/외부 소통과 성장 플랫폼 wono | discuss | tweet
+ it dev typescript TypeScript - type과 interface의 차이TypeScript에서 type과 interface는 비슷한 역할을 하는 것 같은데, 어떤 경우에는 type을 사용하는 게 좋고 어떤 경우에는 interface를 사용하는 게 좋은지 궁금해서 알아보았다.extends 키워드를 이용해서 확장할 수 있다.& 기호를 이용해서 wono | discuss | tweet
+ 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 | tweet
+ it dev nextjs admin 15 Best Next.js Admin Dashboard Templates for 2024When 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 | tweet
+ it dev nextjs aws s3 Building a File Storage With Next.js, PostgreSQL, and Minio S3 – NextraIn this article, we will build a full-stack application using Next.js, PostgreSQL, and Minio S3. wono | discuss | tweet
+ it dev nextjs components How to Organize Your Next.js Components FolderLearn 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 | tweet
+ it dev react Creating Effective And Optimized Next.JS Reusable Components. | HackerNoonLearn to create reusable components in React for better code organization and maintenance, using ComponentProps and HTMLAttributes interfaces for adaptability.. wono | discuss | tweet
+ it dev react 04) 컴포넌트 구성과 재사용성[TOC] ## 단일 책임을 가진 재사용 가능한 컴포넌트 생성 React에서 재사용성 개념은 근본적입니다. 한 가지 기능을 잘 수행하는 작은 컴포넌트를 생성합니다. 이러한 컴… wono | discuss | tweet
+ it dev react 리액트 컴포넌트 구조와 재사용성 향상하기이 글에서는 리액트 컴포넌트를 어떻게 구조화하고 재사용성을 높일 수 있는지에 대해 알아봅니다. 프레젠테이셔널 컴포넌트와 컨테이너 컴포넌트를 분리하여 작성하는 방법과 컴포넌트 모듈화의 중요성을 설명합니다. wono | discuss | tweet