-
Notifications
You must be signed in to change notification settings - Fork 95
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
Does react integration is outdated ? #1222
Comments
Fair counter question. My main focus is about CRA in the SPA context. I see multiple aspects why CRA deprecation is a reality:
The CRA maintainers don't care much even to tell developers that CRA is deprecated.
A robust and widely use alternative for CRA for super easy to use react applications is using Vite with the react templates. By robust I mean the whole dev experience. CRA is considered now prehistoric and it just died technologically some years ago. |
@igorlino Thanks for providing that, but that just reinforces my point: facebook/create-react-app#13072 (comment)
A create-react-app developer said that they intend to keep create-react-app but just tweak it, which is also what they said in the earlier thread. So it sounds like it will continue to be relevant into the future, it will just defer to other frameworks. Have they changed their mind and decided to remove it entirely? |
No, and I don't think they can remove CRA, they are a lots of legacy projects relying on it, but given no commits are done I don't see why would they invest on it give all the good options out there. Well, its only my opinion. No serious react developer and company will rely on CRA for sure. So in that sense the AmCharts example docu is obsolete. Ok, that's enough time for me on this topic. Feel free to improve it or not, feel free to close the the ticket also. |
I'll discuss this with the rest of the team, about replacing the React tutorial with Vite. Thanks for letting us know about this. |
The tutorial has been updated: |
Question
The latest version of the react integration with AmCharts mentions 2 things at the top:
https://www.amcharts.com/docs/v5/getting-started/integrations/react/
does it make sense to update the documentation using a recommended/maintained tool for creating the project and also using a hook base example at the top?
I think Vite toolis closest to CRA while being easy to use and very modern and powerful. And luckily also framework agnostic.
Environment (if applicable)
latest AmChart 5
latest React 18
Additional context
Announcement of the dead of create-react-app under: reactjs/react.dev#5487 (comment)
The new official react documentation removed create-react-app: https://react.dev/learn/start-a-new-react-project
The text was updated successfully, but these errors were encountered: