NervJS/nerv

Fragments Support

machineloop opened this issue ยท 6 comments

Thanks for the React alternative. Does it support React 16's Fragments syntax?:

render() {
  return (
    <>
      <ChildA />
      <ChildB />
      <ChildC />
    </>
  );
}

https://reactjs.org/blog/2017/11/28/react-v16.2.0-fragment-support.html

Hello, Fragments is an awsome feature, we will soon support it!

Any news? :)

Any updates on fragments?

Because we recently focused on another project, support for functionality fell a bit behind,this feature is expected to be added in August.

s0kil commented

@luckyadam What is the progress on this?

Any update on this?