-
Notifications
You must be signed in to change notification settings - Fork 352
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
Created Code Generator for React JS in reference to issue #351 #473
base: develop
Are you sure you want to change the base?
Conversation
@abhijitkane if you could look into this. original ref issue -- postmanlabs/gsoc#36 |
|
@2019UCP1350 We already have nodejs-axios. |
@2019UCP1350 As @umeshp7 suggested, we already have added support for nodejs (axios) framework. From what I gathered in PR, it also do it in axios right? In that case, can you mention if existing code gen for axios works for you as expected and if not does this PR add any new features to it? |
When I had made this PR, Someone has requested the codegen snippet for reactjs, and it was not there. |
@2019UCP1350 Makes sense! Thanks for the contribution and fast response. We'll evaluate these changes and see if we can accommodate them in Postman app codegen snippets. |
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.
@2019UCP1350 Rather than this being a different option altogether, I think passing it as an option to the original NodeJS-Axios generator would be good. We can keep it multi-select to be NodeJS or ReactJS, and it can generate any additional different code for ReactJS. Most of the code would remain the same. What are your thoughts on this?
We have recently upgraded the NodeJS-Axios generator with changes to produce async/await compatible code. Could you please update your fork from the latest upstream develop and see if this can work as part of the same generator?
As the popularity of react js to build websites and web apps is increasing, therefore, there is a need for the hour to build codegen for reactjs.
Here are the few websites which show the popularity of reactjs
https://ezeelive.com/reactjs-popularity/
https://www.heliossolutions.co/blog/top-7-reasons-why-reactjs-development-is-so-popular/
Moreover, One of the major social media web-app Whatsapp is also built-in reactjs