logoalt Hacker News

davidodiotoday at 8:25 AM1 replyview on HN

why? jsx is a great language for templating, the ui being a function of state is an incredible model. i am not a huge nextjs fan but React, mdx and friends are great for pre-rendered static content


Replies

skydhashtoday at 11:30 AM

Isn’t all templates language that way (blade, jade,…)? The main selling point of JSX is being a DSL for React, which present a functional model instead of the imperative paradigm of the DOM API.