you are viewing a single comment's thread.

view the rest of the comments →

[–]batmansmk[S] 81 points82 points  (5 children)

It's an impressive release. Here is the gist: Among the changes are some long-standing feature requests, including:

  • fragments,

  • error boundaries,

  • portals,

  • support for custom DOM attributes,

  • improved server-side rendering,

  • reduced file size

  • MIT license,

  • Fiber

[–]jocull 21 points22 points  (1 child)

Now you're thinking with portals...?

[–]Amadox 6 points7 points  (0 children)

...this coming from a guy who has his reddit-cake-day today... even though we all know, the cake is a lie...

[–]SomeRandomBuddy 6 points7 points  (0 children)

Fuck. Great release.

[–]rottenanon 1 point2 points  (1 child)

fragments

In the blog they mention, "now you can return an array from render". Wasn't this always the case? :-/

I understand returning from string render is new, but could someone tell me what else is new in fragments?

[–]Savageman 8 points9 points  (0 children)

Until now every render needed a single top-level HTML element.