테오의 프론트엔드
#Talk14#Talk13#Talk12#Talk11#Talk10#Talk9#Talk8#Talk7#Talk6#Talk5#Talk4#Talk3#Talk2#Talk1 #Link14#Link13#Link12#Link11#Link10#Link9#Link8#Link7#Link6#Link5#Link4#Link3#Link2#Link1
2022년 10월 17일 월요일
2022년 10월 16일 일요일
2022년 10월 15일 토요일
https://exerror.com/a-listener-indicated-an-asynchronous-response-by-returning-true-but-the-message-channel-closed-before-a-response-was-received/
https://discord.gg/ZCFTMTfGQj
Storybook Tutorials
Learn how to develop UIs with components and design systems. Our in-depth frontend guides are created by Storybook maintainers and peer-reviewed by the open source community.
GitHub - alex/what-happens-when: An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"
An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?" - GitHub - alex/what-happens-when: An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"
GitHub
PCCP(코딩전문역량인증) | 코딩역량인증시험
코딩 역량에 대한 객관적 측정을 위해 체계적으로 설계된 프로그래머스 코딩역량인증시험
Development Tools | Recoil
Recoil has functionality to allow you to observe and update state changes.
파이썬 알고리즘 문제풀이 입문 (코딩테스트 대비) - 인프런 | 강의
파이썬(Python)을 이용해 코딩 테스트 문제 풀이를 합니다., - 강의 소개 | 인프런...
인프런
GitHub - typestack/class-transformer: Decorator-based transformation, serialization, and deserialization between objects and classes.
Decorator-based transformation, serialization, and deserialization between objects and classes. - GitHub - typestack/class-transformer: Decorator-based transformation, serialization, and deserialization between objects and classes.
GitHub
https://ddunnimlabs.tistory.com/186
Data Fetching: getServerSideProps | Next.js
API reference for `getServerSideProps`. Learn how to fetch data on each request with Next.js.
재조정 (Reconciliation) – React
A JavaScript library for building user interfaces
[React] Reconciliation이란? (+ virtual DOM, 리액트는 선언적)
리액트는 컴포넌트에서 prop이나 state가 변경될 때, 직전에 렌더링된 요소(element)와 새로 반환된 요소를 비교하여 실제 DOM을 업데이트 할지 말지 결정해야 한다. 이때 두 element가 일치하지 않으면 리액트는 새로운 요소로 DOM을 업데이트 하는데,
2022년 10월 14일 금요일
Slash libraries
<meta
GitHub - toss/slash: A collection of TypeScript/JavaScript packages to build high-quality web services.
A collection of TypeScript/JavaScript packages to build high-quality web services. - GitHub - toss/slash: A collection of TypeScript/JavaScript packages to build high-quality web services.
GitHub
SI 업체란? - 특징과 장단점
기억은 희미해져도 기록은 선명하니깐
방구의 개발냄새
https://discord.gg/ZCFTMTfGQj
Content-Type - HTTP | MDN
Content-Type 개체 헤더는 리소스의 media type을 나타내기 위해 사용됩니다.
Just a moment...
https://youtube.com/shorts/Y8aJJaHXa_I?feature=share
피그마 코리아 밋업 | 원티드
AI 채용, 연봉 정보, 이력서, 커리어 콘텐츠까지 커리어 성장에 필요한 모든 것, 원티드에서 만나보세요.
원티드
주니어 개발자의 개발 블로그
주니어 개발자로서의 저를 표현한 블로그입니다.
주니어 개발자의 개발 블로그
How Gatsby Works with GitHub Pages | Gatsby
GitHub Pages is a service offered by GitHub that allows hosting for websites configured straight from the repository. A Gatsby site can be…
Gatsby
https://[usename].github.io/gatsbyBlog'라는
https://[username].github.io'에
http://localhost:3000/SignUp
Proxying API Requests in Development | Create React App
Note: this feature is available with react-scripts@0.2.3 and higher.
HTTP GET method with payload body
다이어리 쓰는 개발자의 블로그입니다
이도(李裪)
When to use JSX.Element vs ReactNode vs ReactElement?
I am currently migrating a React application to TypeScript. So far, this works pretty well, but I have a problem with the return types of my render functions, specifically in my functional componen...
Stack Overflow
프론트엔드는 무엇인가?
처음에는 PHP, JSP, ASP 같은 아이들이 있었다. 웹 페이지를 만드는 템플릿 언어들을 활용해서, DB 와 템플릿을 바로 연결하고 세션, 쿠키 같은 걸 템플릿 언어에서 바로 관리하는 식의 프로그래밍을 했었다. 클라이언트에서 사용할 수 있는 리소스가 많아지고 (= 컴퓨팅 파워가 그만큼 강해지고), 브라우저에 그에 따라 발전해나가면서 클라이언트…
Medium
https://github.com/facebook/create-react-app/pull/8177
2022년 10월 13일 목요일
https://discord.gg/ZCFTMTfGQj
내일을 위한 고용노동부 - 고용노동부가 밝은 미래를 열어드립니다
https://www.npmjs.com/package/@swc/plugin-styled-components
Writing Your First Component Test | Cypress Documentation
Cypress Component Testing provides a testable component workbench for you to quickly build and test any component — no matter how simple or complex. Our
Cypress Documentation
Overview | TanStack Query Docs
React Query is often described as the missing data-fetching library for React, but in more technical terms, it makes fetching, caching, synchronizing and updating server state in your React applications a breeze. Motivation
원치않는 도메인 이동 막기 (Protected Route)
이번에 개발하던 프로젝트에서 로그인 기능을 구현했고 하다보니, 토큰을 LocalStorage에 저장하고 그 정보로 서버와 통신하며 사용자의 값을 가져옵니다.근데 저희 프로젝트에서 사용자의 로그인이 꼭 필요한 기능이 있었고, 이때 로그인 페이지로 가게끔 해줘야 했다.그래
2022 Winter Coding - 겨울방학 스타트업 인턴 프로그램
주니어/예비 개발자를 위한 WINTER CODING ❄️ 21개 기업이 함께 참여하고 있습니다. #스타트업#개발인턴십#정직원 전환시 사이닝 보너스 50만원#코딩테스트 Winter Coding은 학생 개발자, 졸업 후 고민이 많은 개발자, 그리고 신입 개발자도 참여할 수 있는 스타트업 인턴 프로그램입니다. 인턴 입사 후 정직원으로 전환된 사례를 지속적으로 배출하고 있는 이 프로그램을 통해 개발자 커리어를 시작해보세요!
프로그래머스
프로그래머스
코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요.
프로그래머스
DALL·E 2
DALL·E 2 is a new AI system that can create realistic images and art from a description in natural language.
OpenAI
dotenv로 환경 변수 관리하기
Engineering Blog by Dale Seo
twitter-test
...
CodePen
https://carmack-kim.tistory.com/110
Twitter-API-v2-sample-code/recent_search.js at main · twitterdev/Twitter-API-v2-sample-code
Sample code for the Twitter API v2 endpoints. Contribute to twitterdev/Twitter-API-v2-sample-code development by creating an account on GitHub.
GitHub
wild-glade-yd4qog - CodeSandbox
wild-glade-yd4qog
CodeSandbox
Kakao Developers
이 문서는 로컬(Local) API 구현 방법을 소개합니다.
Kakao Developers
Unstyled React Select components and hook - MUI Base
The select components let you create lists of options for users to choose from.
React Select component - Material UI
Select components are used for collecting user provided information from a list of options.
Auto Export - Visual Studio Marketplace
Extension for Visual Studio Code - Automatically find exportable code and generate export statement. Works with Typescript and TSX
https://phungnc.medium.com/react-from-prop-drilling-to-use-hook-to-pass-data-in-app-3e3caad6a65f
https://naver.me/FLK8IYWO
2022년 10월 12일 수요일
https://getavataaars.com/?accessoriesType=Round&avatarStyle=Circle&clotheColor=White&clotheType=ShirtScoopNeck&eyeType=Default&eyebrowType=Default&facialHairColor=BrownDark&facialHairType=Blank&graphicType=SkullOutline&hairColor=Black&hatColor=PastelGreen&mouthType=Default&skinColor=Pale&topType=ShortHairShortRound
개발자를 스스로 코딩하는 사람으로 정의하지 말아주세요.
인턴으로서 부족하지만 이동수단, 버스, 일정, 굿즈, 이벤트까지 준비하며 개발자(?) 다운 일을 많이 할 수 있었습니다. 어쩌면 누구에겐 행사 준비일 수 있지만 저에겐 의미 있는 일들이 많아 기록으로 남겨두려고 합니다.
ViteConf 2022
ViteConf 2022. Making Web Development Instant. A full day of launches, learnings, and celebrations from the projects reimagining Web Development. Brought to ...
YouTube
https://discord.gg/ZCFTMTfGQj
https://bit.ly/geekhaus-party
Modal의 위치가 scroll이 일어나도 center위치를 유지하도록 하는 법
window.scrollY를 상태 값으로 만들어 사용.useEffect에 위 이벤트리스너를 추가.Modal 컴포넌트는 위의 코드 부분에서 언마운트되었다가 마운트되기를 반복하도록 설계되어 있으므로 addEventListener가 누적되는 것을 막기 위해 useEffect
쌈국지를 위한 첫걸음
▶관련 재생목록 •침착맨의 일상재롱: https://goo.gl/OJ4Uoa▶생방송 원본 •2022년 9월 29일 방송분: https://youtu.be/ZQuZCNJmVu8거기어때 - 매콤치즈닭갈비 덮밥: 11,900원#침착맨 #코딩 #개발자
YouTube
실 서비스에 Recoil 활용하기 - Third9's Lounge
새로운 서비스에 Recoil를 사용하면서 알게된 구조 및 방법을 정리
실 서비스에 Recoil 활용하기 - Third9's Lounge
[Youtube] Failed to execute 'postMessage' on 'DOMWindow' 오류
Youtube 연동 중 아래와 같은 상황이 발생했다. Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://youtube.com') d...
1004lucifer
atom(options) | Recoil
An atom represents state in Recoil. The atom() function returns a writeable RecoilState object.
TypeScript는 어떻게 공부해야 하나요? | 요즘IT
지금 현재 개발하는 상황을 보면 TypeScript는 피할 수 없는 하나의 대세가 된 것 같습니다. TypeScript가 나온 이후로 점점 TypeScript로 만들어지고 있는 라이브러리나 코드의 비중은 높아지고 있고 아직도 상승 중입니다. 과연 TypeScript는 어떠한 언어이고 그리고 현재 TypeScript는 어떤 위치인지 TypeScript를 배우거나 사용하기 위해서는 어떻게 접근을 하면 좋을지 한번 이야기해 보고자 합니다.
JSX 이해하기 – React
A JavaScript library for building user interfaces
점핏 북콘서트 4탄 : 💡비전공자, 개발자 취업 A to Z💡
💡비전공자, 개발자 취업 A to Z💡문과생 비전공자에서 개발도서 집필까지!유튜버 ‘Zero Cho’ 조현영 강연자님이 알려주는 개발자 취업 노하우! 📝답변이 궁금한 비전공자 취준생, 신입 개발자라면 👀강연자님께 궁금한 점을 실시간 댓글로 달아주세요 😎-----------...
YouTube
No BS TS #1 - Typescript Setup & Everyday Types
Let's skip the chatter and get right into Typescript, why you should use it, how to set it up and how to start typing your variables.00:00 Introduction00:25 ...
YouTube
https://docs.google.com/spreadsheets/d/1M_wTmJrE7HSG149hJ0BZHrvml39CE24mkYWly
테오의 스프린트 - 12기
신청서(Team Canvas) 구글 스프린트 12기 -- 10/12(수) ~ 10/17(월) 밤 11시 신청서 작성,본명 말고 닉네임을 써주세요. (꼭 영어가 아니어도 좋아요) 스프린트시에는 이름 대신 닉네임으로 호칭합니다. 호칭시 존대는 하지만 님은 붙이지 않는 것으로 합니다. 누군가에게 불려질 이름이니 잘 생각하고 너무 민망하지 않은 이름으로 해주세요 :) 취지,기획부터 설계 디자인 프로토타입 테스트까지의 5일간의 협업을 경험합니다. 완성이라는 목적보다 협업을 경험하고 타 직군들의 업무를 이해하고 빠르게 기획부터 배포...
Google Docs
https://classic-game-mbti.vercel.app/result?mbti=intj
https://classic-game-mbti.vercel.app/result?mbti=istj
어디로 가야하죠, 우리 쇼핑몰 3편: 진짜 쇼핑몰을 원한다면, 카페24 | 요즘IT
아 진짜 쇼핑몰을 만들고 싶다는 갈망으로 불타 오를 때, 가장 먼저 떠오르는 곳은 역시 카페24입니다. 쇼핑몰 솔루션 중 점유율이 무려 70%에 달한다는 국내 1위 쇼핑몰 솔루션 카페24, 대체 어떤 점이 좋길래 이렇게 인기일까요?
어디로 가야 하죠, 우리 쇼핑몰 1편: 초심자라면 스마트스토어 | 요즘IT
코로나 이후 온라인 쇼핑 시장이 급성장하자, 너도나도 온라인 쇼핑몰 만들기에 뛰어들고 있습니다. 최근에는 소상공인, 특히 1인 창업자도 많이 늘어나고 있는데요. 당연히 우리 쇼핑몰을 어떤 플랫폼에서 만들어야 할지 고민이 될 수밖에 없겠지요. 그렇다면, 온라인 쇼핑몰 만들 때 가장 좋은 선택지는 무엇일까요?
gray-matter/gray-matter.d.ts at master · jonschlinkert/gray-matter
Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert - gray-matter/gray-matter.d.ts at master · jonschlinkert/gray-matter
GitHub
Learn | Next.js
Production grade React applications that scale. The world’s leading companies use Next.js by Vercel to build pre-rendered applications, static websites, and more.
[TypeScript] 타입스크립트 Type Guard 및 타입을 좁혀나가는 여러가지 방법
타입스크립트 type guards로 타입 좁히기
ChanBLOG
Use generics to type data property in GrayMatterFile interface · Issue #69 · jonschlinkert/gray-matter
I originally posted this in #67, but I realize that this is actually a bug when using Typescript. I would like to type the data property in GrayMatterFile interface. With a generic type, of curse. Could be done with this: interface GrayM...
GitHub
구조 분해 할당 - JavaScript | MDN
구조 분해 할당 구문은 배열이나 객체의 속성을 해체하여 그 값을 개별 변수에 담을 수 있게 하는 JavaScript 표현식입니다.
2022년 10월 11일 화요일
2022년 10월 10일 월요일
2022년 10월 9일 일요일
fullPage 스크롤 스냅핑. 전체 화면 페이지를 빠르고 간편하게 만들어 보세요
Alvaro 제작 플러그인. 전체화면 페이지를 빠르고 손쉽게 만듭니다. 한 페이지 스크롤 구역. 마우스 스냅.
Element.scrollIntoView() - Web APIs | MDN
The Element interface's scrollIntoView() method scrolls the element's ancestor containers such that the element on which scrollIntoView() is called is visible to the user.
scroll-snap-type - CSS: Cascading Style Sheets | MDN
The scroll-snap-type CSS property sets how strictly snap points are enforced on the scroll container in case there is one.
🎆3년 만에 보니 더 화려하다 - 'We Hope Again' 서울 세계 불꽃 축제 2022 / SBS
오늘(8일) 서울 여의도 한강공원에서 '서울 세계 불꽃 축제 2022' 가 열립니다. 한화와 SBS의 공동 주최로 주제는 'We Hope Again' 입니다.축제는 저녁 7시 개막합니다. 7시 20분 일본팀, 7시 40분 이탈리아팀에 이어 8시부터는 한국팀이 불꾳쇼를 선보입니다...
YouTube
https://discord.gg/ZCFTMTfGQj
GitHub - onlyhom/mobile-select: a lightweight mobile picker / pick, support cascading data and async data updating, without any library dependencies.
a lightweight mobile picker / pick, support cascading data and async data updating, without any library dependencies. - GitHub - onlyhom/mobile-select: a lightweight mobile picker / pick, support cascading data and async data updating, without any library dependencies.
GitHub
TDD란? 테스트 주도 개발 - 하나몬
TDD란 Test Driven Development의 약자로 '테스트 주도 개발'이라고 한다.
하나몬
https://taesikman1.tistory.com/86
구글 엔지니어는 이렇게 일한다 - YES24
구글은 어떻게 개발하고 코드를 관리하는가지난 50년의 세월과 이 책이 입증한 사실이 한 가지 있다. 바로 `소프트웨어 엔지니어링의 발전은 결코 정체되지 않는다`라는 것이다. 빠른 기술 변화 속에서 소프트웨어 엔지니어링의 중요성이 더욱 강조되면서 소프트웨어 엔지...
YES24
FEconf 2022 - TRACK A
FEconf 20222022.10.8 12:30 ~ 17:00롯데월드타워 SKY31 컨벤션TRACK A13:00 - 13:40 (40분) ReScript 같이 해요 (그린랩스 - 정미량)13:50 - 14:30 (40분) 라이브러리 개발기@webtoon/psd (네이버웹툰 - 이동...
YouTube
FECONF 2022
국내 최대 프론트엔드 개발 컨퍼런스, FECONF 2022가 10월 8일 오프라인으로 찾아옵니다.
Advanced Features: Custom `App` | Next.js
Control page initialization and add a layout that persists for all pages by overriding the default App component used by Next.js.
poVOeEx
...
CodePen
https://nuhends.tistory.com/69
Getting setTimeout() to work with loading a page
I am trying to move an element in a page after the page loads. I'm trying to get the element to load, and then move after three seconds. Instead, the element just moves immediately on the page load...
Stack Overflow
2022년 10월 8일 토요일
https://discord.gg/ZCFTMTfGQj
https://webpack.js.org/concepts#loaders
How to Code a Random Color Generator in JavaScript
This tutorial will show you how to code a random color generator in JavaScript for three different color formats.
Code Envato Tuts+
https://all-dev-kang.tistory.com/entry/%EB%A6%AC%EC%95%A1%ED%8A%B8-%EA%B8%80%EB%A1%9C%EB%B2%8C%ED%95%9C-%EC%9B%B9%EC%9D%84-%ED%96%A5%ED%95%98%EC%97%AC-2google-sheets-%EC%9E%90%EB%8F%99%ED%99%94
https://cactus.tistory.com/306
프리온보딩 FE코스 회고
원티드에서 제공하는 프리온보딩 FE코스에 운좋게 합격해 커리큘럼에 따라 기업과제 팀플을 하며 느낀점을 적어보려 합니다. 1 . 프리온보딩이란? > 프리온보딩(Pre-Onboarding) = 프리(Pre) + 온보딩(Onboarding) 프리(Pre) : 미리, 사전
프리온보딩 프론트엔드 코스 | 원티드
AI 채용, 연봉 정보, 이력서, 커리어 콘텐츠까지 커리어 성장에 필요한 모든 것, 원티드에서 만나보세요.
원티드
poVOeEx
...
CodePen
solution
...
CodePen
💻 프론트엔드 면접 질문 - JS #1
이 글은 프론트엔드 직무 면접 질문과 관련된 Github 저장소 front-end-interview-handbook 번역본으로, 저장소에 Translations 폴더의 내용과 동일합니다.
이번에야말로 CSS Flex를 익혀보자
이 튜토리얼은 “차세대 CSS 레이아웃” 시리즈의 첫번째 포스트입니다. 이번에야말로 CSS Flex를 익혀보자 이번에야말로 CSS Grid를 익혀보자 벌써부터 스크롤의 압박이 느껴지고,‘좀 편안하게 누군가 나의 공부를 이끌어주면 좋겠다.’라고 생각하고 계신다면, 아래의 배너의…
02 웹 개발 환경 만들기 | Do it! HTML+CSS+자바스크립트 웹 표준의 정석
[내용 구성]첫째마당 - 웹 개발 기본 다지기02 웹 개발 환경 만들기 | Do it! HTML+CSS+자바스크립트 웹 표준의 정석최신 웹 표준 기술인 HTML5, CSS3, 자바스크립트(ES6)로웹 기본기를 단단하게 쌓자!웹 개발 분야는 하루가 다르게 변하지만,웹 표준 기술인 H...
YouTube
next.js/start-server.ts at canary · vercel/next.js
The React Framework. Contribute to vercel/next.js development by creating an account on GitHub.
GitHub
TypeScript enum을 사용하지 않는 게 좋은 이유를 Tree-shaking 관점에서 소개합니다.
2022-LINE-engineering-site
https://lemontia.tistory.com/938
Can your boss see all your messages on slack.
My wife thinks her boss is reading all her messages on slack.
reddit
Release v1.0.0 · axios/axios
Promise based HTTP client for the browser and node.js - Release v1.0.0 · axios/axios
GitHub
How and why we built Performance Insights - Chrome Developers
How and why we built the Performance Insights panel.
Chrome Developers
Reduce the scope and complexity of style calculations
JavaScript is often the trigger for visual changes. Sometimes that's directly through style manipulations, and sometimes it's calculations that will result in visual changes, like searching or sorting some data. Badly-timed or long-running JavaScript can be a common cause of performance issues, and you should look to minimize its impact where you can.
web.dev
Render-tree Construction, Layout, and Paint
TODO
web.dev
Testing React with Jest and React Testing Library (RTL)
Learn best practices for testing your apps with Jest and React Testing Library!
Udemy
2022년 10월 7일 금요일
https://discord.gg/ZCFTMTfGQj
탈주 【좋코딩 EP.05】
웹드라마 좋코딩 많은 시청과 관심 정말 감사드립니다.좋코딩 시즌1은 현재 5화까지 기획 제작되었으며 추가 제작을 기획하는 중입니다.좋아요 한번씩만 눌러주시면 영상 만들어가는 큰 힘이 됩니다!좋코딩 시즌2 사연/제안 공모https://forms.gle/EosENCGJedwYyX596...
YouTube
앱코 파스텔키캡 무접점 게이밍 키보드 45g
COUPANG
한성컴퓨터 TICO 블루투스 유무선 겸용 무접점 키보드 50g
COUPANG
https://www.leopold.co.kr/
RegexOne - Learn Regular Expressions - Lesson 1: An Introduction, and the ABCs
RegexOne provides a set of interactive lessons and exercises to help you learn regular expressions
https://forms.gle/HSW1TaZPaXz2vLW36
Array.isArray() - JavaScript | MDN
Array.isArray() 메서드는 인자가 Array인지 판별합니다.
Documentation - Narrowing
Understand how TypeScript uses JavaScript knowledge to reduce the amount of type syntax in your projects.
개발자 채용공고의 숨은 의도
파이콘 한국 2022 토크 콘서트에서 | 오늘 파이콘 한국 2022에 다녀왔습니다. 채용 관련 토크콘서트에 참여했는데 생각해 보지 못했던 재미있는 질문을 받았습니다. 공고를 보면 “새로운 기술 도입에 대한 거부감이 없으신 분”이라고 적혀 있던데, 도대체 무슨 의미인가요? “커뮤니케이션 역량”도 있던데, 이건 어떻게 알아보시나요? 답변을 하다 보니 재미있기도 하고, 채용공고에 대해서 다시 생각해보
brunch
JavaScript의 타입과 자료구조 - JavaScript | MDN
모든 프로그래밍 언어에는 내장된 자료구조가 존재하지만 보통 그 내용은 언어마다 다릅니다. 이 글에서는 JavaScript에서 사용할 수 있는 내장 자료구조와 그 속성에 대해 알아보겠습니다. 그러면 이 자료구조들을 다른 자료구조 개발에 사용할 수 있을 것입니다. 가능하다면 다른 언어와도 비교해보겠습니다.
https://youtu.be/aSAGOH2u2rs
String.prototype.at() - JavaScript | MDN
The at() method takes an integer value and returns a new String consisting of the single UTF-16 code unit located at the specified offset. This method allows for positive and negative integers. Negative integers count back from the last string character.
Just a moment...
Using the Effect Hook – React
A JavaScript library for building user interfaces
HTTP 쿠키 - HTTP | MDN
HTTP 쿠키(웹 쿠키, 브라우저 쿠키)는 서버가 사용자의 웹 브라우저에 전송하는 작은 데이터 조각입니다. 브라우저는 그 데이터 조각들을 저장해 놓았다가, 동일한 서버에 재 요청 시 저장된 데이터를 함께 전송합니다. 쿠키는 두 요청이 동일한 브라우저에서 들어왔는지 아닌지를 판단할 때 주로 사용합니다. 이를 이용하면 사용자의 로그인 상태를 유지할 수 있습니다. 상태가 없는(stateless) HTTP 프로토콜에서 상태 정보를 기억시켜주기 때문입니다.
https://kihyeoksong.tistory.com/101
https://triplexlab.tistory.com/5
Interactive Developer
코드로 만드는 애니메이션, 영감, 실리콘밸리의 생활과 해외취업에 대해 이야기 합니다.https://blog.cmiscm.com/
YouTube
[단독]'애플페이' 내달 30일 한국 서비스…'현대카드 등록' 약관 유출
미래를 보는 신문 - 전자신문
미래를 보는 신문 - 전자신문
The Fastest Frontend for the Headless Web | Gatsby
Gatsby is a React-based open source framework with performance, scalability and security built-in. Collaborate, build and deploy 1000x faster with Gatsby Cloud.
Gatsby
React Dialog component - Material UI
Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.
<dialog>: The Dialog element - HTML: HyperText Markup Language | MDN
The <dialog> HTML element represents a dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow.
solution
...
CodePen
Suspense SSR Architecture in React 18
React Working Group(reactwg)에서 React Core Team의 Dan Abramov는 React 18의 주요 Feature 중 하나인 Suspense가 SSR Architecture의 구조적인 성능 개선을 위해 어떤 역할을 하게 될지에 대한 내용을 설명했습니다. [discussion link] 이번 포스팅은 해당…
Medium
2022년 10월 6일 목요일
2022년 10월 5일 수요일
https://discord.gg/ZCFTMTfGQj
d.ts 파일 | 타입스크립트 핸드북
타입스크립트를 가장 쉽고 빠르게 배우는 방법
JS is weird
JS is weird: A fun and tricky JavaScript quiz
The stacking context - CSS: Cascading Style Sheets | MDN
The stacking context is a three-dimensional conceptualization of HTML elements along an imaginary z-axis relative to the user, who is assumed to be facing the viewport or the webpage. HTML elements occupy this space in priority order based on element attributes.
퀴즈로 풀어보는 CSS z-index 속성의 3가지 포인트 – Epiloum 개발노트
버블링과 캡처링
http://127.0.0.1:5500'
합성 컴포넌트로 재사용성 극대화하기
카카오엔터테인먼트 FE 기술블로그
https://youtube.com/shorts/IcyE650ajNk?feature=share
https://mingeesuh.tistory.com/entry/Nextjs-%ED%8E%98%EC%9D%B4%EC%A7%80-%EC%9D%B4%EB%8F%99%EC%8B%9C-%EB%A1%9C%EB%94%A9-%EC%B2%98%EB%A6%AC%ED%95%98%EA%B8%B0
https://all-dev-kang.tistory.com/entry/Next-Susponse-Error-Boundary-%EC%A0%81%EC%9A%A9-%ED%9B%84%EA%B8%B0featSWR
테오의 스프린트 - 12기
신청서(Team Canvas) 구글 스프린트 12기 -- 10/12(수) ~ 10/17(월) 밤 11시 신청서 작성,본명 말고 닉네임을 써주세요. (꼭 영어가 아니어도 좋아요) 스프린트시에는 이름 대신 닉네임으로 호칭합니다. 호칭시 존대는 하지만 님은 붙이지 않는 것으로 합니다. 누군가에게 불려질 이름이니 잘 생각하고 너무 민망하지 않은 이름으로 해주세요 :) 취지,기획부터 설계 디자인 프로토타입 테스트까지의 5일간의 협업을 경험합니다. 완성이라는 목적보다 협업을 경험하고 타 직군들의 업무를 이해하고 빠르게 기획부터 배포...
Google Docs
https://all-dev-kang.tistory.com/entry/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-IndexedDB-%EC%8B%A4%EC%A0%84-%EC%82%AC%EC%9A%A9%EB%B2%95-idb
자바스크립트 + 제이쿼리 입문 - 카카오톡 #
카카오톡 #에서 자바스크립트 + 제이쿼리 입문에 대한 최신정보를 찾아보세요.
카카오톡 #
You don't need Next.js (and SSR)
All about the 𝚓𝚊𝚟𝚊𝚜𝚌𝚛𝚒𝚙𝚝 programming language!.
reddit
You Don’t Need Next.js (and SSR)
Last week, Next.js 12.3 was released. This is not about the cool new things in it. It is more about weird opinions that comes to haunt every now and then when building Enterprise JavaScript…
Medium
네이버 일냈다..한국 인터넷 역사상 최대 규모 2조원 '빅딜'
[헤럴드경제=홍승희 기자] 네이버가 승부수를 던졌다. 한국 인터넷 역사상 최대 규모의 빅딜에 나섰다. 네이버는 4일 북미 최대 패션 C2C(개인 간 거래) 플랫폼 ‘포쉬마크’ 인수를 통해 커머스시장 선점에 나선다고 밝혔다. 인수금액은 2조3000억원에 달한다. 네이버의 이번 인수는 버티컬 플랫폼으로의 진화가 거세지고 있는 글로벌 C2C시장에 선제적으로 대응
언론사 뷰
https://docs.google.com/spreadsheets/d/1M_wTmJrE7HSG149hJ0BZHrvml39CE24mkYWly