|
|
|
|
|
by fwilliams
3026 days ago
|
|
I'm not a frontend developer and don't know really know JavaScript frameworks. That said, it seems like something very well established like React would choose to have a virtual DOM for a good reason. Surely there must be some tradeoffs that the author makes for his design to get better performance. Could somebody explain the cost/benefit of doing things one way versus the other? |
|
I think if we could see a larger Radi example, say, the standard TODO app, the costs of its approach would become obvious.