lets make the DOM renderer great again
See original GitHub issueThe 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:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Custom CSI handler + https://github.com/xtermjs/xterm.js/issues/1852 would probably make it possible.
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 💪