Git Product home page Git Product logo

hello-frontend's Introduction

TIL

22.05.12

  • Chakra UI 맛보기
  • router-dom(v6) 설치 및 간단한 구성

22.05.14

  • web3-util 설치
    • hello-contract repo와 연결하기 위한 툴
    • abi(Application Binary Interface): 런타임시 바이너리 코드와 상호작용하기 위한 인터페이스이다.
      • 컨트랙트 내의 함수를 호출하거나 컨트랙트로부터 데이터를 얻는 방법.
      • 컨트랙트 내의 어떤 함수를 호출할지를 지정하는데 필요.
      • 함수가 데이터를 리턴한다는 것을 보장하기 위해 반드시 필요.
  • my-animal Route 추가
  • 기본 레이아웃 구성(Header와 Contents)

22.05.15

  • MyAnimalCard 컴포넌트 구성
    • 판매상태 표시하기(Toggle)
    • 판매상태 및 가격표시 기능추가
    • 가격 등록 기능추가

22.05.31

  • async와 await
    • javascript의 비동기 처리 방식을 방지하기 위한 솔루션
    • try ... catch문과 함께 활용된다.
  • try ... catch
    • javascript에서는 에러가 발생하면 콘솔에 에러가 출력되고 코드는 멈춘다.
    • try .. catch 문법을 사용하면 에러 상황을 잡고 에러 처리가 가능하다.
    • (스크립트가 죽는걸 방지한다.)
  • TypeScript에서 string과 String은 서로 다르다...
    • string: string, String: Object(객체)

hello-frontend's People

Contributors

hanyugeon avatar h662 avatar

Watchers

 avatar  avatar

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.