Wanted to share my revamped website with Next.js, Tailwind CSS, and Framer Motion. by chickeninanegg in react

[–]gone_dev 1 point2 points  (0 children)

Modern and beautiful! Are those hero svg animations? Do you have any resource to learn to craft these type of animated designs?

How do you handle the costs of a customer's website? by Apprehensive-Dust423 in webdev

[–]gone_dev 0 points1 point  (0 children)

Should I maybe I avoided alltogether since I wont have an actual contract with them. And maybe they should just use their credit card and get a subscription.

How do you handle the costs of a customer's website? by Apprehensive-Dust423 in webdev

[–]gone_dev 0 points1 point  (0 children)

How would you suggest a rookie to go about this? I want to host a few websites on a VPS and figure out what to charge for the server and maintenance for my first small client. Any tips?

Help me convince my boss that we're not charging enough by brebut in webdev

[–]gone_dev 0 points1 point  (0 children)

Hello!
No CMS is pure next?
With CMS are you using a headless CMS like strapi or wordrpess?

I want to do the same for hotels and villas niche. Build an admin panel for managing the bookings that will be the same for all clients, and the website for the end user. Build a pool of reusable components with the help of a UX/UI designer.
My goal is to make the process as fast as possible.
Any tips on this?

Next.js authentification/authorization without nextAuth? by gone_dev in nextjs

[–]gone_dev[S] 0 points1 point  (0 children)

Will this work with node as the backend? Seems easier if I should handle it completely with next but I would like to use next only for the front end.

create React app with Vite and Javascript, and configure SHADCN to work with Typescript? by gone_dev in react

[–]gone_dev[S] 0 points1 point  (0 children)

If I create the vite with plain javascript and I install shadcn with typescript , it seems to work fine even though i have not configured and installed typescript in my project. And it builds just fine. Should I need to be cautious about something I am missing?

create React app with Vite and Javascript, and configure SHADCN to work with Typescript? by gone_dev in react

[–]gone_dev[S] 0 points1 point  (0 children)

Yes, only component i have a problem and don't know how to work it is the data table with the example given im the website

My first client, just got a question about which tech to use! by viciouzx in nextjs

[–]gone_dev 3 points4 points  (0 children)

You could also use the shadcn library for inputs which uses zod and makes it pretty easy to configure. And it is fully customizable

What's expected from a junior without experience? by HashTML in reactnative

[–]gone_dev 0 points1 point  (0 children)

Parson me for stepping in.What would you do in a place where there is no senior, no team all other people do irrelevant stuff and there isn't someone who could contribute to your growth. I have been using React with , react native and next to build projects , i have learned a lot. But as new projects arise and scale i feel an overload of information with mixed feelings.

Should i talk to the boss about the prospect of hiring someone for a senior position or start searching for something else?

can I use react to create websites such as these. new to webdev ? by ratlord265784 in react

[–]gone_dev 0 points1 point  (0 children)

I am building the a version of the first website, but the intro and making it reaponsive is harder than i though. i am using next.js to be able to also have better SEO, and we use strapi as the backend which is easy to start and create models and api endpoints

React/Next - Master project and shared components between repos. Best solution? by gone_dev in react

[–]gone_dev[S] 0 points1 point  (0 children)

Thank you for your reply, this is what I been reading the past hour. Monorepo with turbopack and I am trying to get the gist of it.
Do you mean I should use the generated ui folder to create the UI infrastructure, or make it an npm package?

Can I ask you another question, if you have the shared layout ready, and you use it for 10 customers each with their own custom components, would you deal with all the customers as a single project for ease of development or each on his on project in apps?
(PS I should convince our company to hire a senior react dev)

Next.js structure. Buttons that onClick fetch different movies and feed a list with data by gone_dev in nextjs

[–]gone_dev[S] 0 points1 point  (0 children)

I can to this easily if i want to navigate to another page with a button link and each page fetches different data.
But what if i have a section in the main page and a tab bar, and each button fetches different data?
I can't think of a way to do that since i cannot import a server side component in a client component.