Giter Site home page Giter Site logo

fe-online's Introduction

Hixtrip FE Online

准备

  • fork 此仓库
  • 根据如下要求实现相关代码
  • 完成要求
    • 提交pull request
    • 提供页面截图

需求

  1. 目前已经有src/api/user.ts 以及 src/api/org.ts 两个 API
  2. 需要实现如下效果界面:

功能要求:

  • 不限 React 或者 Vue
  • 需要拆分 OrgTree 以及 UserTable 两个组件
    • 两个组件自己维护相关的数据。
    • 体现两个组件的互相通信。
  • 组织架构根据点上级节点进行查询子级节点实现异步加载。
  • 用户 Table 数据跟据点击 组织架构树形节点 以及 输入搜索关键字 查询。
    • 需要考虑防抖节流等功能点
  • 风格不限
    • 示例图仅仅是效果展示,不需要完全符合。
    • 可以使用 UI Framework, 如 ant-design, element-ui
    • 如果不用UI Framework, 可以直接用原生的<ul> <li>, <table> 实现,不用实现相关的CSS样式, 可以加分。

其他简答题

如何将如下的JSON正确解析成 Object

{
  "userId": 111323290434354540545
}

前端需要稳定每隔1s向服务端请求API, 请问如何实现?

什么情况下,你会为你的项目引入状态管理库,比如Redux, Pinia, 可以简述一下起到了什么作用么?

为什么ESMCJS不能兼容?

fe-online's People

Contributors

guocailee 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.