Replies: 9 comments 11 replies
-
interested |
Beta Was this translation helpful? Give feedback.
-
Would like to work on this. |
Beta Was this translation helpful? Give feedback.
-
@crocmons As this is a big task and I think by collaborating you can do this easily so I would suggest u to collaborate with him |
Beta Was this translation helpful? Give feedback.
-
@s2sharpit Hey were u suggesting to migrate css to tailwind css? |
Beta Was this translation helpful? Give feedback.
-
@s2sharpit Hey were u suggesting to migrate css to tailwind css? |
Beta Was this translation helpful? Give feedback.
-
@s2sharpit Sounds good, but converting this hardcoded CSS into complete Tailwind CSS is quite a hectic task. How can it be done? |
Beta Was this translation helpful? Give feedback.
-
Hello @rohansx, I hope this message finds you well. I wanted to seek some clarification regarding the use of TypeScript in our project. While reviewing the recent comment by @crocmons on #659, they mentioned that TypeScript may not be necessary based on this message. Considering the benefits that TypeScript offers, such as enhanced type checking and improved tooling, I believe it could greatly contribute to the project's overall maintainability and developer experience. Hence, I wanted to inquire whether we should incorporate TypeScript into our project or proceed without it. Your guidance on this matter would be greatly appreciated, as you hold the role of project admin and have valuable insights into the project's goals and requirements. Your decision will help us align our development efforts effectively. Thank you for your time and consideration. I look forward to hearing your thoughts. |
Beta Was this translation helpful? Give feedback.
-
Subject: Request for Transitioning Contributors' Focus to the Newly Migrated Codebase Hi @rohansx, I hope this message finds you well. I wanted to discuss an important decision regarding our project's codebase migration to Next.js and seek your assistance as the Project Admin in transitioning the contributors' focus to the newly migrated codebase. The migration process has made significant progress, and we are approaching the point where the new codebase will be stable and ready for primary use on the website. In order to ensure a smooth transition, I believe it is crucial to align the efforts of our contributors. I kindly request your support in communicating and guiding the contributors to shift their focus from the main branch to the "next-ts-tw-migrate" branch, where we have been actively working on the codebase migration. By directing their efforts to the new codebase, we can fully leverage its benefits and foster a more streamlined development process. Your role as the Project Admin is crucial in driving this transition and ensuring its success. I greatly appreciate your guidance and leadership in coordinating with the contributors to facilitate this shift. I look forward to discussing this matter further and finding the best approach in collaboration with you. Thank you for your attention to this request. Best regards, |
Beta Was this translation helpful? Give feedback.
-
@rohansx Is There Anything I Can Work On Regarding This? |
Beta Was this translation helpful? Give feedback.
-
We are currently running a project built on ReactJS, and we would like to migrate to the latest version of Next.js, specifically Next.js 13. We believe that this migration will bring significant benefits to our project, such as improved performance, enhanced developer experience, and access to new features provided by Next.js.
To ensure a smooth transition, we would like to outline the necessary steps and considerations for migrating our ReactJS project to Next.js 13
Key objectives:
Upgrade React and related dependencies: In order to migrate to Next.js 13, we need to ensure that our project is running on the latest version of React and any other dependencies that may require an upgrade.
Configure Next.js environment: We will need to set up a Next.js environment and configure it properly to align with our project's specific requirements. This includes configuring routing, server-side rendering (SSR), and any other necessary Next.js features.
Update project structure: Next.js has its own folder structure and conventions that differ from traditional React projects. We will need to update our project structure accordingly to leverage the full capabilities of Next.js.
Migrate components and pages: Next.js uses a pages directory to handle routing and rendering. We will need to migrate our existing React components and pages to fit this new structure and ensure they function correctly.
Refactor APIs and data fetching: Next.js provides built-in API routes and serverless functions, which we should consider utilizing for handling backend requests and data fetching. We will need to refactor our existing API calls to align with these Next.js features.
Handle static assets and CSS: Next.js has its own mechanism for handling static assets and CSS, including support for CSS modules and CSS-in-JS libraries. We will need to update our asset and CSS handling to match the Next.js conventions.
Optimize performance and SEO: Next.js offers various performance optimizations and SEO features out of the box. We should explore and implement these optimizations to enhance the performance and discoverability of our application.
Please note that this migration will require careful planning and testing to ensure a seamless transition. We should thoroughly test the application after each step to identify and resolve any compatibility or functionality issues that may arise.
This GitHub issue will serve as a central place for discussing and tracking the progress of the migration process. Please feel free to share any suggestions, concerns, or questions related to this migration. Let's work together to successfully migrate our ReactJS project to Next.js 13 and take advantage of the benefits it offers.
Thank you for your collaboration.
Beta Was this translation helpful? Give feedback.
All reactions