Remix.run Logo
zarzavat 5 days ago

ESM has Hot Module Reloading. When you import a symbol it gives you a handle to that symbol rather than a plain reference, so that if the module changes the symbol will too.

b_e_n_t_o_n 4 days ago | parent [-]

It's not a feature of the language was my point, not that it's not possible.