react-planner
react-planner copied to clipboard
Updating app with functional components and hooks
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?
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 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.
@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 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!