Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fragments Support #5

Open
machineloop opened this issue Jan 10, 2018 · 6 comments
Open

Fragments Support #5

machineloop opened this issue Jan 10, 2018 · 6 comments

Comments

@machineloop
Copy link

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

@luckyadam
Copy link
Member

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

@kurtextrem
Copy link

Any news? :)

@AndyOGo
Copy link

AndyOGo commented Aug 16, 2018

Any updates on fragments?

@luckyadam
Copy link
Member

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

@s0kil
Copy link

s0kil commented Sep 16, 2018

@luckyadam What is the progress on this?

@joseprio
Copy link

joseprio commented Jun 8, 2019

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants