Comment on Show HN: Fastn, a JavaScript tool for building user interfacesparentComments−kowdermeister11yNot entirely the same. React forces the template into a single render function. In this case the whole code is about element rendering. Presentation layer generating code can be anywhere, that's why I think it's messy.Of course some might like it for some use cases.
Comments
Not entirely the same. React forces the template into a single render function. In this case the whole code is about element rendering. Presentation layer generating code can be anywhere, that's why I think it's messy.
Of course some might like it for some use cases.