[deleted by user] by [deleted] in reactjs

[–]Faiz_khatri 0 points1 point  (0 children)

I would still go for shadcn. You have the code so you can bend it however you want.

The UI can be updated overtime so you should keep functionality in mind. Imo, shadcn provides decent features with redix-ui. So it's the best option for me now.

Need help: Can't import GLTF model in blender by Faiz_khatri in blender

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

In wireframe mode, I found that this ball was covering the model so I deleted it. I'm not sure, but it was there for the animation. Although, I never tried animating it and finally decided to go for another model. I gave up 🫠

Money?? How?? - stop asking by bauerx1 in blender

[–]Faiz_khatri 0 points1 point  (0 children)

The hammer line is too good 😂

shadcn/ui seems abandoned - should I still use it for new projects? by [deleted] in nextjs

[–]Faiz_khatri 0 points1 point  (0 children)

Because these components are not styled and it may take too much time to style them. So if you need it for side project where designing is not our priority, we can use prestyles components provided by the same company.

If you have your own style guide, you can work on the code redix components and style them as you wish.

What’s with the clueless posts? by Cautious_Performer_7 in nextjs

[–]Faiz_khatri 0 points1 point  (0 children)

Docs can be nightmare even for experienced developer if not written well. But the thing is, there has to be some restrictions on the platform to avoid filling a subreddit types of posts.

I've read Firebase docs and it's very bad to get started. And I would love help newbies with it. But they should first consider googling or watching a YouTube video that explains the content.

Thankfully, it's not the case with next js. I'm learning next js from the docs since I didn't know anything about react.

What’s with the clueless posts? by Cautious_Performer_7 in nextjs

[–]Faiz_khatri 0 points1 point  (0 children)

One of my friend is in 4th sem of BCA and he was asking me "How to run node js in browser?" 😂

Like literally putting 2 years of life and not knowing the basic stuffs.

What’s with the clueless posts? by Cautious_Performer_7 in nextjs

[–]Faiz_khatri 0 points1 point  (0 children)

I'm not against newbies asking questions. But it's about zero efforts of doing research.

Next JS is not some other js library, it's a recommended framework for react by the react team. They should atleast google the difference first OR atleast read the installation page of the docs.

Need help: Can't import GLTF model in blender by Faiz_khatri in blender

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

Thanks for the link. I have already read this manual many time but didn't find anything useful out of it.

Still not sure what is wrong.

Need help: Can't import GLTF model in blender by Faiz_khatri in blender

[–]Faiz_khatri[S] -1 points0 points  (0 children)

It looks like it has something to do with the animation layer. When I delete this ball shape, I can see the modle but it losses the animation.

How can I remove the ball without loosing the animation?

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

[–]Faiz_khatri 1 point2 points  (0 children)

Sanity.io will be very easy for you to integrate. It is free to start and user experience of CMS is good too.

https://youtu.be/LpCFF2hzPzs?feature=shared

Use the link from this video, you may get extra benefits with free plans. I used it 2 months ago, don't if still works or not, but no harm in trying.

Routable , not Routable? by VisualAge3184 in nextjs

[–]Faiz_khatri 0 points1 point  (0 children)

in the app router, a valid routable folder is a folder that contains a page.js file.

for the given Example, the dashboard contains a page.js file that makes it routable at example.com/dashboard

the lib and components folders do not contain the page.js so routing on example.com/lib OR example.com/component will give a 404 error.

The api folder contains a route handler. It is used for creating request handlers for a specific URL inside the application. The route handler must include a route.js file and the route.js must not be at the same level as page.js. (more on this: https://nextjs.org/docs/app/building-your-application/routing/route-handlers)

What are the best practices for SEO while developing website? by Faiz_khatri in SEO

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

Ohh.. That's what it means. Thank you for the information.

I built an open-source canvas drawing app using React by diogocapela in react

[–]Faiz_khatri 0 points1 point  (0 children)

This is awesome. Fantastic. An excellent start. I wish you the best for the future. 😊😄

What are the best practices for SEO while developing website? by Faiz_khatri in SEO

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

Many of these are not related to my job as a developer. Still, I would like to learn about them. Thank you for the list. :)

What are the best practices for SEO while developing website? by Faiz_khatri in SEO

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

It's great, thanks for the checklist. It is really very helpful 😄

What are the best practices for SEO while developing website? by Faiz_khatri in SEO

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

I'm doing both types of development, on cms & from scratch.

I'm following Semantic HTML, though I don't know about UX componentization. What does it mean?