question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

lets make the DOM renderer great again

See original GitHub issue

The DOM renderer needs some love. It kinda fell behind and still misses some flags like INVISIBLE, BLINK and DIM. Furthermore we might want to investigate if we can speedup things by less <span>ning.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Tyriarcommented, Jan 16, 2019

Custom CSI handler + https://github.com/xtermjs/xterm.js/issues/1852 would probably make it possible.

0reactions
Tyriarcommented, Jun 14, 2019

Most of this is done now thanks for community contributions 🎉, let’s close this off and create issues for any remaining lack of functionality. Initially the DOM renderer was just the fallback but it will likely be the default in the future and users will be able to opt in to using GPU acceleration with the webgl renderer, so it should be just as solid as the others 💪

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Create a Custom React Renderer - This Dot Labs
React: This post doesn't teach you how to declaratively write React, but instead dives into how React communicates with the DOM. Understanding ...
Read more >
How and when to force a React component to re-render
Any changes on virtual DOM reflect automatically on the DOM, and that's React's best magic trick. But how do we update the virtual...
Read more >
Fix the slow render before you fix the re-render - Kent C. Dodds
Let's make sure we're talking about the same thing: ... calls our function again to get the React elements we need rendered to...
Read more >
A Closer Look at ReactDOM.render - The Need to Know and ...
A Closer Look at ReactDOM.render - The Need to Know and More. In this post, we will learn about render(), a core function...
Read more >
Part 1/3 - Beginners guide to Custom React Renderers. How ...
How to build your own renderer from scratch? ... power plants (Let your imagination go crazy ), its a good idea to revisit...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found