GithubHelp home page GithubHelp logo

Comments (4)

wacilpong avatar wacilpong commented on September 26, 2024 2

참서어억

할일

  • 자바스크립트 deep dive 읽기
  • 리액트로 만든 투두앱 일렉트론 붙여서 맥용 앱으로 export해보기

from wednesday_salon.

bluelion2 avatar bluelion2 commented on September 26, 2024 1

참석

할일

  • Nextjs + capacitorJs로 투두 앱 만들기

from wednesday_salon.

ds2lvg avatar ds2lvg commented on September 26, 2024 1

참석

할일

  • 토스 세미나 영상 보기

from wednesday_salon.

ds2lvg avatar ds2lvg commented on September 26, 2024

한일

프론트엔드 웹 서비스에서 우아하게 비동기 처리하기

  • react의 suspense 기능을 쓰자

  • if문 nullable 처리 보다 옵셔널 체이닝이 좋은 이유는 함수의 역할을 한눈에 파악할 수 있기 때문

function fnGood(x){
	return x?.foo?.bar?.baz;
}
	
  • 콜백보다 async/await 구조가 좋은 이유는 성공하는 경우만 다루고 실패하는 구조는 catch로 분리해서 처리가 가능해서임
    • (실패하는 경우에 대한 처리를 외부에 위임 가능)
  • 좋은 코드의 특징 : 성공, 실패의 경우를 분리해 처리할 수 있어서 비즈니스 로직을 한눈에 파악 가능
  • 대수적 효과(Algebraic Effects): 함수는 필요한 코드 조각을 선언적으로 사용
    • 실제 관련된 처리는 컴포넌트를 감싸는 부모 함수에 위임(useMemo 비동기 값 읽어오기)

Micro-frontend React, 점진적으로 도입하기

  • 토스가고싶다...

토스팀을 위한 슬랙봇 설계

  • 토스가고싶다...2

from wednesday_salon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.