-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Support React 18? #73
Comments
Yes! |
Is it coming soon? I'm using vite-plugin-react-pages to custom my starter-vite-react-library[WIP], and it's not easy to integrate with PageStrategy as my mind 😂 |
What problem do you encounter with |
I expect one week of work to do the migration (React Router 6 + React 18). |
No, just react-dom warning in console. Convention over configuration, maybe provide a official PageStrategy auto load page data is better. like: https://d.umijs.org/guide/basic |
Agreed. Currently the default "convention" is only suitable for app. I should provide a |
Maybe I can do something for the repo, is there a roadmap? |
That would be greate! Contributions are very welcome. You can start with writing (or improve) playground and template to satisfy specific needs of users. Building this project have helped me to learn many things like vite, ssr, docusaurus, github ci...... It let me learn by implementing. Hopefully it can help you too.
I use issues to track TODO (clear feature demand) . I have some vague ideas in my mind (such as more powerful demo rendering like storybook.js, better TS interface info extraction), but they are not clearly designed yet. |
Great, start with my lib template is good idea, but there is a question, how to integrate with my template, I will improve it continuously. By init script or others? |
You can continue improve your template in your repo. And when it is ready, we can add a build script before publishing create-vite-pages ( |
So where to place |
In the package.json of create-vite-pages: https://github.com/vitejs/vite-plugin-react-pages/blob/main/packages/create-project/package.json I will run the script before publishing the package. |
I just updated the url in the previous comment. Sorry for the broken url 😂 |
Got it. I'm working on it now, the aim today is working as my expected routes 😂 |
@csr632 Is it updated? |
Sorry for the delay! I haven't implement it because of lack of time. But since somebody have request for it, I will put more priority on it. I will implement this in a week. |
@csr632 How long will it take for React Router 6 + React 18 to release a version, |
I am working on a update that:
And it will be a new major version. I will release an alpha version this week. |
@csr632 Thanks for your hard work,If it is successful, please tell me, I will always pay attention |
It's done! Currently it is published in an alpha version. Check it out: #96 |
Whether consider support React 18?
The text was updated successfully, but these errors were encountered: