Starting a new Project with Refine, picking React or Next
I am starting a new project and planning on using Refine. It is a classic CRUD app with hundreds of types of datasources. I am also planning on a react-native app also.
My question is this, would you start a new project with React-Vite and monolith so that you can share data sources between the react-native and react app.
I have considered NextJS and have a version in NextJS. But I end up highly relying on client side code in the NextJS app.
So my question is this:
- If the long term goal is to have a react and expo based app, is it worth having a mono-repo with a traditional react and expo app?
I am just thinking this may seem more consistent between the expo and react apps vs an expo and nextjs app. Thoughts?
My question is this, would you start a new project with React-Vite and monolith so that you can share data sources between the react-native and react app.
I have considered NextJS and have a version in NextJS. But I end up highly relying on client side code in the NextJS app.
So my question is this:
- If the long term goal is to have a react and expo based app, is it worth having a mono-repo with a traditional react and expo app?
I am just thinking this may seem more consistent between the expo and react apps vs an expo and nextjs app. Thoughts?
