|
|
|
|
|
by viraptor
492 days ago
|
|
Can I just add to the other "words have meaning" comments? > FullSoak is (mostly) WYSIWYG. Compared to sophisticated frameworks such as Next.js or Remix, FullSoak is actually very "stupid looking": 1) you start with a "Controller" file (as in good old "MVC") which 2) renders your TSX component as text/html content (i.e. a plain string), and then 3) the content hydrates itself on the client side. Unless it integrates a gui page editor, it's not wysiwyg. And hydration on the client side is very much not SSR. Also "stupid looking" doesn't really mean "simple". There may be something interesting here, but the naming / description is really all over the place and misleading. |
|
I think the tech here looks good, but the terminology needs a big overhaul.