Code Monkey home page Code Monkey logo

Comments (6)

hackerwins avatar hackerwins commented on September 26, 2024

https://medium.com/js-imaginea/the-vue-js-internals-7b76f76813e3

from yorkie-js-sdk.

dc7303 avatar dc7303 commented on September 26, 2024

I am interested in this issue. And I want to think about it together.
I think the problem is that the entire data structure is re-rendered when the data structure is updated, is that what I think is correct? Can I think it is the same as the #18 issue?

from yorkie-js-sdk.

dc7303 avatar dc7303 commented on September 26, 2024

@hackerwins I built a Kanban board app with 'vue' to experiment with this issue.
This Kanban board is based on the Kanban board of yorkie-team.github.io.

I hope this project can help experiment with this.

from yorkie-js-sdk.

hackerwins avatar hackerwins commented on September 26, 2024

@dc7303 You even made an example. 👍
We found Yorkie's Document and Vue to work well, but I'm not sure about rendering performance, so We left this issue open.

from yorkie-js-sdk.

dc7303 avatar dc7303 commented on September 26, 2024

@hackerwins Thanks for the answer.
Data of Document is deep copied when Document is updated.
At this point, the list is re-rendered, so if there are many list elements, the overhead is large.

So, the problem can be solved only if the internal data of Component can be operated without being dependent on the data of Document. However, I think this implementation is difficult in the current structure. The library for the vue, the vue version SDK, etc. may be the solution, but I'm not sure.
So I'm going to think about this in the long run.

from yorkie-js-sdk.

hackerwins avatar hackerwins commented on September 26, 2024

Performance improvement is needed for Vue.js, but we will close it for now and reopen it when the rate rises.

from yorkie-js-sdk.

Related Issues (20)

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.