react-planner icon indicating copy to clipboard operation
react-planner copied to clipboard

Updating app with functional components and hooks

Open Vikms95 opened this issue 2 years ago • 4 comments

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?

Vikms95 avatar Jan 12 '23 11:01 Vikms95

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?

MeTaNoV avatar Jul 31 '23 09:07 MeTaNoV

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.

yangxyo avatar Jul 31 '23 11:07 yangxyo

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

test-user1-IIO avatar Nov 29 '23 21:11 test-user1-IIO

@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!

MeTaNoV avatar Nov 30 '23 21:11 MeTaNoV