Giter Club home page Giter Club logo

note-page-full-cur's Introduction

记录一次面试解决的问题

需求

有几 w� 的文字,需要这些文字分页展示,一页只能展示当前页面所能承载的文字(也就是不能滚动页面)

一些遗憾

当时面试的时候并没有想出来这么去弄,刚离开面试地点就想起来这么解决这个问题,然后就是发现在做的时候,也没我想象中那么简单。

  • 一个是,用 canvas 动态计算一行的宽度,从而知道一行能放多少字

  • 另一个在处理分页的时候,发现数据量太大的话,会卡渲染,而且,这点也是模仿了 react18 中,时间切片的原理,做了下优化,达到不卡渲染的效果,也能很好地进行分页

note-page-full-cur's People

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.