Skip to content
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

Updating app with functional components and hooks #251

Open
Vikms95 opened this issue Jan 12, 2023 · 4 comments
Open

Updating app with functional components and hooks #251

Vikms95 opened this issue Jan 12, 2023 · 4 comments

Comments

@Vikms95
Copy link

Vikms95 commented Jan 12, 2023

Currently migrating this app from class to functional components.

This app uses the React legacy context API which was compatible with React-Redux 5.x. Because of that, components that use the context supplied cannot receive the context when written as functional components. Tried migrating React-Redux to a higher version, which required to modify the context to the newer API, but with no luck.

Any ideas on how to find a solution for this?

@MeTaNoV
Copy link

MeTaNoV commented Jul 31, 2023

I migrated this project to latest React to be used in a Next.js app. We will probably open source our fork soon. Tell me if you wanna help and test it out?

@yangxyo
Copy link

yangxyo commented Jul 31, 2023

I migrated this project to latest React to be used in a Next.js app. We will probably open source our fork soon. Tell me if you wanna help and test it out?

I'm interested.

@test-user1-IIO
Copy link

@MeTaNoV I want to help and test this out :) how can we connect on this because I am doing a similar task...

@MeTaNoV
Copy link

MeTaNoV commented Nov 30, 2023

@test-user1-IIO you can take a look at this fork: https://github.com/Luccid-ai/react-planner

sadly, I am not currently actively working on it, but it provides a good base to work with!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants