-
-
Notifications
You must be signed in to change notification settings - Fork 634
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
Question: migrating react app to inferno #1543
Comments
Hi, The application build systems are so different in a javascript world that It's difficult to give any pointers without more information about this specific project. Updating inferno-create-app from the Facebook upstream is on my todo list and I will try to do it in near future |
Got it. Yeah, the update would be great. |
I'm trying to get VSCode, ESlint, and TypeScript to all play nicely with Inferno. What's required in updating the create-inferno-app? I'd happily jump on that. |
|
i did some jobs on hooks that can be useful for somebody who want to update create-inferno-app with hooks version. See last comments in xferno thread |
I have entirely moved to ParcelJS and Jest, you can try it out using these templates https://github.com/jhsware/inferno-parcel-templates |
Hey,
So I have a react app that I'd like to migrate to inferno for performance reasons. I spent a few hours trying to configure my (ejected) create-react-app to use inferno but wasn't successful. I was wondering if there was a guide of all the points to be careful of to do the migration? I was also wondering if it's thinkable to port an app using React hooks via xferno, described in #1453.
Thanks.
The text was updated successfully, but these errors were encountered: