Giter VIP home page Giter VIP logo

fe-notion's Introduction

NOTION_TEAM_02

슈니 우디
Frontend Frontend
Learning by doing 가만 놔두면 다 해결 돼...

팀 노션

🎲 Link

팀 이슈

😺 Link

구조

Mermaid Flowcharts - Basic Syntax

graph TD;
    A(Article.tsx)
    B(BlockController.tsx)
    C(useBlockController.tsx)
    D(useKeyEvent.tsx)
    E(useCursorStore.tsx):::zustand
    classDef zustand fill:#f96

    F(EditableBlock.tsx)
    G(ParagraphTag)
    H(HeaderTag)
    I(UnorderedItemTag)
    J(OrderedListTag)
    K(OrderedItemTag)
    L(ImageTag)
    Z1(BlockTag.tsx)
    Z2(BlockTag.tsx)
    Z3(BlockTag.tsx)
    Z4(BlockTag.tsx)
    Z5(BlockTag.tsx)

    A-->B
    C-->B
    E-->C
    D-->C
    B-->F
    F-->G
    F-->H
    F-->I
    F-->J
    F-->L
    G-->Z1
    H-->Z2
    I-->Z3
    J-->K
    K-->Z4
    L-->Z5
Loading

팝업

graph TD;
    P1(AddPopup.tsx)
    P2(EditPopup.tsx)
    P3(SubPopup.tsx)
    P4(PreviewPopup.tsx)
    P5(PreviewPopup.tsx)
    Z(BlockTag.tsx)

    Z-->P1 --> P5
    Z-->P2 --> P3 --> P4
Loading

fe-notion's People

Contributors

schnee98 avatar minjeongheo avatar crongro 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.