nerv icon indicating copy to clipboard operation
nerv copied to clipboard

Fragments Support

Open machineloop opened this issue 7 years ago • 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

machineloop avatar Jan 10 '18 18:01 machineloop

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

luckyadam avatar Jan 11 '18 07:01 luckyadam

Any news? :)

kurtextrem avatar Apr 01 '18 08:04 kurtextrem

Any updates on fragments?

AndyOGo avatar Aug 16 '18 18:08 AndyOGo

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

luckyadam avatar Aug 17 '18 02:08 luckyadam

@luckyadam What is the progress on this?

s0kil avatar Sep 16 '18 08:09 s0kil

Any update on this?

joseprio avatar Jun 08 '19 11:06 joseprio