|
|
|
|
|
by maelito
851 days ago
|
|
> If your content is mostly static, just use markup and sprinkle a bit of js on top of you must. Your visitors will be grateful. If you're building a web based application, which you're probably not, use React. This is solved by React server rendering or RSC, e.g. through Next. Your visitors will see HTML. |
|
You realise that's just HTML with more steps?