Moving to NextJS
I'm new to Next and went through their tutorial. 3 questions -
1. I want to build a landing page for my company. Should I be using the app directory which is in beta or stick to pages?
2. My web app is currently built with create-react-app but I have been wanting to move over to the T3 stack. However, after going through the Next tutorial I am unsure how it would actually be beneficial given most of the rendering I perform in my current app is client side rendering and it looks like, to me, that it would continue to be with Next as well. Literally all that is possible for pre-rendering is titles (maybe 1 on each page) or inputs and their titles (wherever it is interactive). Maybe I'm missing something in terms of the benefits Next provides.
3. All my fetching and caching is done with react query. It has been an incredible library (especially for optimistic updates). Does the future of Next involve react query being as complementary? Just curious
1. I want to build a landing page for my company. Should I be using the app directory which is in beta or stick to pages?
2. My web app is currently built with create-react-app but I have been wanting to move over to the T3 stack. However, after going through the Next tutorial I am unsure how it would actually be beneficial given most of the rendering I perform in my current app is client side rendering and it looks like, to me, that it would continue to be with Next as well. Literally all that is possible for pre-rendering is titles (maybe 1 on each page) or inputs and their titles (wherever it is interactive). Maybe I'm missing something in terms of the benefits Next provides.
3. All my fetching and caching is done with react query. It has been an incredible library (especially for optimistic updates). Does the future of Next involve react query being as complementary? Just curious
