-
Notifications
You must be signed in to change notification settings - Fork 125
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
Add fragment builder #32
Conversation
@smkhalsa would you be able to make a separate PR containing the flutter example? My intention is to limit the discussion on this PR to the fragment builder, and discuss flutter example on the other PR. If you could, it would be nice if that PR did the same without using fragments. That would nicely show the improvements made by having this fragment builder. |
Please rebase |
1438046
to
32f5fbb
Compare
@klavs done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please adjust code formatting issues.
b1b9f45
to
2855af1
Compare
@klavs I've integrated this into my moderately sized project, and it appears to be working well, including deeply nested fragments, inline fragments, and fragment spreads. |
51645f9
to
edfaf5d
Compare
@klavs I just rebased. Anything else that needs to be done before this can be merged? |
I'll try to do a review by the end of the week. Some functions have quite many args, could you refactor to named/optional args? |
Ok. I converted the two functions that have more args to optional named. |
Thank you for your contribution and the almost one month long commitment to get this done. |
No description provided.