dev + it dev shadcnui calendar Close calendar · Issue #901 · shadcn-ui/uiHi, We can open the calendar but unable to to close it when date is selected. How can we close the calendar when date is selected. Thank you wono | discuss | tweet + it dev nextjs nuqs Search Params in Next.js for URL StateHow to use Search Params in Next with useSearchParams und SearchParams from React Server Components and Client Components for URL state ... wono | discuss | tweet + it dev react jotai usetransition How to Use Jotai and useTransition for Mutation wono | discuss | tweet + it dev shadcn example ui/apps/www/registry/new-york/examples at main · shadcn-ui/uiBeautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source. - ui/apps/www/registry/new-york/examples at main · shadcn-ui/ui wono | discuss | tweet + it dev shadcn checkbox form [bug]: checkbox value not submitted in external form · Issue #4537 · shadcn-ui/uiDescribe the bug When form is passed as an attribute, checkbox does not contribute value to submitted data const onSubmit = (e: FormEvent) => { e.preventDefault(); const payload = Object.fromEntries( new FormData(e.target as HTMLFormElem... wono | discuss | tweet + it dev react split forms Properly divide Form components into reusable subcomponents · Issue #2781 · shadcn-ui/ui"use client" import { zodResolver } from "@hookform/resolvers/zod" import { useForm } from "react-hook-form" import { z } from "zod" import { Button } from "@/components/ui/button" import { Form, FormControl, FormDescription, FormField, ... wono | discuss | tweet + it dev react form zod React and FormDataLearn how to handle FormData in React when submitting it with a (Server) Action to the server ... wono | discuss | tweet + it dev react checkbox 리액트에서 다수의 체크 박스 다루기우리는 사용자에게 선택지를 제공할 때 또는 등을 사용한다. radio의 경우 여러 개의 선택지 중 한 가지를 선택해야 할 때 주로 사용하고, checkbox의 경우 여러 개의 선택지 중 중복 선택이 가능할 때 주로 사용된다고 볼 수 있다. 을 통해 유저의 인터렉션(클릭 이벤트)을 캐치하여 데이터를 생성해야 할 때, checkbox는 사용자의 선택을 배열로 관리하여 데이터화한 이후, 서버 또는 데이터 베이스에 저장하기 유용한 자료구조이다. 이번에는 리액트 프레임워크에서 를 통해 체크 여부를 배열 데이터로 관리하는 방법을 배워볼까 한다. 준비 기본적으로 string으로 구성된 더미 배열을 생성한다. jsx 문법 내부에 생성할 경우, 지속적으로 리 렌더링 되며 초기화될 수 있으므로 컴포넌트 윗부분에 작성하도록.. wono | discuss | tweet + it dev nextjs checkbox Working with Multiple Checkboxes in Next.js 14 Using Zod, ShadCN/UI, and React-Hook-FormA step-by-step guide to efficiently handle multiple checkboxes in forms with Next.js 14, Zod, ShadCN/UI, and React-Hook-Form. wono | discuss | tweet + it dev react checkbox Checkbox and radio button implementations - Build Modern React UIs with Shadcn Components and AccessibilityShadcn/UI provides robust implementations for checkboxes and radio buttons through customizable React components. Checkboxes allow multiple selections usin... wono | discuss | tweet + it dev react checkbox React에서 체크박스 사용하기Engineering Blog by Dale Seo wono | discuss | tweet + it dev typescript form How to type a React form onSubmit handlerExcellent TypeScript definitions for your React forms wono | discuss | tweet + it dev javascript lodash lodash 탈출기 - lodash의 대안과 결정개요 이전 글에서 lodash를 탈출하게된 동기를 다뤘다. 이번에는 검토해 본 후보들과 선택되지 않은 이유, 최종 선택을 다룬다. 요구사항 (A) 타입스크립트로 작성 wono | discuss | tweet + it dev javascript lodash Making lodash tree-shakableTL;DR 1- Replace `lodash` with `lodash-es` 2- Ditch default imports 3- Prefer namespace imports -... Tagged with typescript, javascript, webdev, programming. wono | discuss | tweet + it dev javascript lodash lodash 대신 lodash-es 쓰자 | nana.loglodash-es를 써야 tree shaking이 된다. wono | discuss | tweet + it dev react jotai Advanced State Management in React with Jotai (TypeScript)This guide covers: Basic Atoms Dependent Atoms Async Atoms with loadable Scoped Providers Accessing... Tagged with jotai, react, atomic, statemanagement. wono | discuss | tweet + it dev typescript typeguard Custom Type guards in TypescriptCustom type guards are often used when dealing with data coming from the outside world. This is particularly useful when the TypeScript compiler can't determine the exact type of the data but you, as a developer, have more knowledge about its structure and types. wono | discuss | tweet + it dev typescript dynamic type TypeScript Object with Dynamic Keys | BasedashThis post provides a comprehensive guide on working with TypeScript objects that have dynamic keys, covering various techniques and scenarios. wono | discuss | tweet + it dev nextjs jotai Async Atoms — Easy State Management in Next.js with JotaiJotai also supports async atoms. Async atoms are atoms that can be read and written asynchronously. You can create an async atom using the atom function and loadable function from the jotai/utils… wono | discuss | tweet + it dev typescript 함수형 React 컴포넌트 시대, defaultProps는 더 이상 필요하지 않다. - point of view.React 컴포넌트를 타입스크립트로 작성할 때 컴포넌트가 Props를 받기 위해서는 Props의 타입을 선언해줘야 한다. Props의 타입을 선언하는 방법에는 interface를 사용하거나 type을 사용하는 두 가지가 있다. (혹은 인라인으로 타입을… wono | discuss | tweetNext
+ it dev shadcnui calendar Close calendar · Issue #901 · shadcn-ui/uiHi, We can open the calendar but unable to to close it when date is selected. How can we close the calendar when date is selected. Thank you wono | discuss | tweet
+ it dev nextjs nuqs Search Params in Next.js for URL StateHow to use Search Params in Next with useSearchParams und SearchParams from React Server Components and Client Components for URL state ... wono | discuss | tweet
+ it dev react jotai usetransition How to Use Jotai and useTransition for Mutation wono | discuss | tweet
+ it dev shadcn example ui/apps/www/registry/new-york/examples at main · shadcn-ui/uiBeautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source. - ui/apps/www/registry/new-york/examples at main · shadcn-ui/ui wono | discuss | tweet
+ it dev shadcn checkbox form [bug]: checkbox value not submitted in external form · Issue #4537 · shadcn-ui/uiDescribe the bug When form is passed as an attribute, checkbox does not contribute value to submitted data const onSubmit = (e: FormEvent) => { e.preventDefault(); const payload = Object.fromEntries( new FormData(e.target as HTMLFormElem... wono | discuss | tweet
+ it dev react split forms Properly divide Form components into reusable subcomponents · Issue #2781 · shadcn-ui/ui"use client" import { zodResolver } from "@hookform/resolvers/zod" import { useForm } from "react-hook-form" import { z } from "zod" import { Button } from "@/components/ui/button" import { Form, FormControl, FormDescription, FormField, ... wono | discuss | tweet
+ it dev react form zod React and FormDataLearn how to handle FormData in React when submitting it with a (Server) Action to the server ... wono | discuss | tweet
+ it dev react checkbox 리액트에서 다수의 체크 박스 다루기우리는 사용자에게 선택지를 제공할 때 또는 등을 사용한다. radio의 경우 여러 개의 선택지 중 한 가지를 선택해야 할 때 주로 사용하고, checkbox의 경우 여러 개의 선택지 중 중복 선택이 가능할 때 주로 사용된다고 볼 수 있다. 을 통해 유저의 인터렉션(클릭 이벤트)을 캐치하여 데이터를 생성해야 할 때, checkbox는 사용자의 선택을 배열로 관리하여 데이터화한 이후, 서버 또는 데이터 베이스에 저장하기 유용한 자료구조이다. 이번에는 리액트 프레임워크에서 를 통해 체크 여부를 배열 데이터로 관리하는 방법을 배워볼까 한다. 준비 기본적으로 string으로 구성된 더미 배열을 생성한다. jsx 문법 내부에 생성할 경우, 지속적으로 리 렌더링 되며 초기화될 수 있으므로 컴포넌트 윗부분에 작성하도록.. wono | discuss | tweet
+ it dev nextjs checkbox Working with Multiple Checkboxes in Next.js 14 Using Zod, ShadCN/UI, and React-Hook-FormA step-by-step guide to efficiently handle multiple checkboxes in forms with Next.js 14, Zod, ShadCN/UI, and React-Hook-Form. wono | discuss | tweet
+ it dev react checkbox Checkbox and radio button implementations - Build Modern React UIs with Shadcn Components and AccessibilityShadcn/UI provides robust implementations for checkboxes and radio buttons through customizable React components. Checkboxes allow multiple selections usin... wono | discuss | tweet
+ it dev typescript form How to type a React form onSubmit handlerExcellent TypeScript definitions for your React forms wono | discuss | tweet
+ it dev javascript lodash lodash 탈출기 - lodash의 대안과 결정개요 이전 글에서 lodash를 탈출하게된 동기를 다뤘다. 이번에는 검토해 본 후보들과 선택되지 않은 이유, 최종 선택을 다룬다. 요구사항 (A) 타입스크립트로 작성 wono | discuss | tweet
+ it dev javascript lodash Making lodash tree-shakableTL;DR 1- Replace `lodash` with `lodash-es` 2- Ditch default imports 3- Prefer namespace imports -... Tagged with typescript, javascript, webdev, programming. wono | discuss | tweet
+ it dev javascript lodash lodash 대신 lodash-es 쓰자 | nana.loglodash-es를 써야 tree shaking이 된다. wono | discuss | tweet
+ it dev react jotai Advanced State Management in React with Jotai (TypeScript)This guide covers: Basic Atoms Dependent Atoms Async Atoms with loadable Scoped Providers Accessing... Tagged with jotai, react, atomic, statemanagement. wono | discuss | tweet
+ it dev typescript typeguard Custom Type guards in TypescriptCustom type guards are often used when dealing with data coming from the outside world. This is particularly useful when the TypeScript compiler can't determine the exact type of the data but you, as a developer, have more knowledge about its structure and types. wono | discuss | tweet
+ it dev typescript dynamic type TypeScript Object with Dynamic Keys | BasedashThis post provides a comprehensive guide on working with TypeScript objects that have dynamic keys, covering various techniques and scenarios. wono | discuss | tweet
+ it dev nextjs jotai Async Atoms — Easy State Management in Next.js with JotaiJotai also supports async atoms. Async atoms are atoms that can be read and written asynchronously. You can create an async atom using the atom function and loadable function from the jotai/utils… wono | discuss | tweet
+ it dev typescript 함수형 React 컴포넌트 시대, defaultProps는 더 이상 필요하지 않다. - point of view.React 컴포넌트를 타입스크립트로 작성할 때 컴포넌트가 Props를 받기 위해서는 Props의 타입을 선언해줘야 한다. Props의 타입을 선언하는 방법에는 interface를 사용하거나 type을 사용하는 두 가지가 있다. (혹은 인라인으로 타입을… wono | discuss | tweet