|
|
|
|
|
by dragonwriter
1778 days ago
|
|
> "It reads like storing code in a string and evalling it" sounds very funny in this context because that's exactly what every solution does. Its not, though. JSX-based solutions (not just React, but Solid and others) don't (actually, neither do many frameworks with more traditional-looking templates, including, AIUI, Vue, actually compile templates to render functions, so it just looks like old school “string with embedded code which is evalled” ttemplates) |
|
In any case the implementation details aren't important it's what it appears to be that is apparently the problem.