Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lacomaco/tiny-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: more-example
Choose a base ref
...
head repository: lacomaco/tiny-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 11 files changed
  • 1 contributor

Commits on Mar 22, 2021

  1. [#10] 의미없는 effect 함수 제거

    - 더 편리한 디버깅을 위해서 item의 useEffect를 제거하였습니다.
    lacomaco committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    5e4bd32 View commit details
    Browse the repository at this point in the history
  2. [#10] Hook,callback 실행 위치 변경

    - 의미상 Hook에 변경사항이 저장 된 후 CallBack이 실행되는것이 옳다고
      판단되어서 위치를 변경하였습니다.
    lacomaco committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    b889ee2 View commit details
    Browse the repository at this point in the history
  3. [#10] view 객체에 model 의존성 추가

    - View객체에서 Model을 자주 참조하는 경우가 많아 의존성으로
      추가하였습니다.
    lacomaco committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    cb8be76 View commit details
    Browse the repository at this point in the history
  4. [#10] Component Render 함수를 호출할때 바로 호출하지 않도록 변경

    - Component Render 함수를 바로 호출하지 않고 해당 함수를 감싼
      runComponentFN 함수를 호출하도록 변경하였습니다.
    - 나중에 로깅을 하거나 의존성을 바인딩해야할경우를 생각하여 래퍼 함수로
      변경하였습니다.
    lacomaco committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    0c607da View commit details
    Browse the repository at this point in the history
  5. [#10 #11 #12] Render 로직 변경

    - 모든 Component의 State의 변경을 기다린후 한번에 반영하도록 로직을
      변경하였습니다.
        - CallStack이 비었다면 모든 State 변경 함수들도 실행이 종료가
          되었다는 의미이므로 RequestAnimationFrame 함수를 통해서 Update를
          실행시키는 방법으로 로직을 변경하였습니다.
    - #10 #11 #12 이슈를 해결하였습니다.
        - 셋 이슈 모두 State 변경이 끝나지 않은 상태에서 Update 로직이
          실행되어서 발생한 이슈엿습니다.
    lacomaco committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    b59574b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddf9de3 View commit details
    Browse the repository at this point in the history
  7. readme 변경

    lacomaco committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    78eb3c9 View commit details
    Browse the repository at this point in the history
  8. style : .app top:20% -> top:50% 으로 변경

    - 위치가 너무 낮은 감이 있어 변경하였습니다.
    lacomaco committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    b286bb8 View commit details
    Browse the repository at this point in the history
  9. readme 추가

    - MacoCore 설명 추가
    - 오타, 어색한 표현 수정
    lacomaco committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    35518a9 View commit details
    Browse the repository at this point in the history
  10. Footer SVG 출처 삭제

    - SVG 이미지를 사용하지 않기 때문에 출처도 기재하지 않아도 됨으로
      삭제하였습니다.
    lacomaco committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    78655d9 View commit details
    Browse the repository at this point in the history
  11. style : .app top 20% -> 50%으로 변경

    너무 위에 치우쳐져 있어 Input 박스가 가려지는 경우가 생겨 50%으로
    내렸습니다.
    lacomaco committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    9e8b9e1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    741382b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    ae848ae View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. [readme] 함수 설명을 추가하였습니다.

    - 모호한 부분이 있어서 조금 더 구체적으로 작성하였습니다.
    - props를 설명하는 부분을 보충 설명 하였습니다.
    lacomaco committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    0963dd9 View commit details
    Browse the repository at this point in the history
  2. [readme] : 오타를 수정했습니다.

    - MacoCore 함수 -> MacoCore 모듈로 수정했습니다.
    lacomaco committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    56f5560 View commit details
    Browse the repository at this point in the history
  3. [readme] : 모호한 표현 제거

    - JSX 를 렌더링 데이터로 변환하거나 -> JSX를 렌더링 데이터로 변환 하는
      함수와
    lacomaco committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    471de16 View commit details
    Browse the repository at this point in the history
  4. [readme] : MacoCore.jsxToJson 부가설명 추가

    - jsxToJson에 의해서 JSX가 렌더링 데이터로 변환된다는 설명을 더
      추가하였습니다.
    lacomaco committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    133c45b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. package.json 변경

    lacomaco committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    97d1b23 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. [fix] : 빌드 오류 수정

    잘못된 registry 경로 제거
    css-loader 버전 업데이트
    lacomaco committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bbb99f2 View commit details
    Browse the repository at this point in the history
Loading