|
|
|
|
|
by strogonoff
568 days ago
|
|
For the first part: yes, but that is why I think it is important to stress dependency vetting. For the second part, a couple of times when I had to add a bit of purely client-side reactivity to something pre-existing but did not want to introduce any build step I simply aliased createElement() to el(). That said, personally I prefer TypeScript for a project of any size, so build step is implied and I can simply not think about converting JSX. Webpack triggers bad memories but esbuild is reasonable. |
|