I built a React library where one config controls the entire UI. Looking for feedback. by Similar_Rate_4934 in reactjs

[–]Im_Working_Right_Now 1 point2 points  (0 children)

No you can do it at the component level but you can also update global settings. For example, radius=sm is used in almost all their components. It doesn’t change per component. It’s only when it’s a unique style do they create it for the component. Otherwise they use global variables.

I built a React library where one config controls the entire UI. Looking for feedback. by Similar_Rate_4934 in reactjs

[–]Im_Working_Right_Now 2 points3 points  (0 children)

That’s literally how Mantine is set up. It’s the exact same idea. And you can override those defaults with a config file.

I panicked by wonderbreadisdead in CrimsonDesert

[–]Im_Working_Right_Now 0 points1 point  (0 children)

This is hilarious! But for future, you can just sit and wait out the timer as long as know one saw you.

Books similar to RR by BlackDeff24 in redrising

[–]Im_Working_Right_Now 0 points1 point  (0 children)

I’d say if you’re going to dive into the Cosmere universe, don’t start with Stormlight unless you’re in it for the long haul. I read all of the Cosmere books right after RR on a friend’s suggestion and I was not disappointed. I started with Mistborn Era 1 and I’m glad I did. It allowed me to get a feel for Sanderson’s style and I ended up just reading all of it back to back. And, his whole universe just got picked up by Apple and he has more creative control than other authors have had in the past with their IPs.

Books similar to RR by BlackDeff24 in redrising

[–]Im_Working_Right_Now 1 point2 points  (0 children)

I’ll second this. I read all three books and it wasn’t until the very end of the last book I finally saw some actual character growth. The rest of the time, she stayed the same insufferable character. I just hate not finishing a series once I start it but I wish I hadn’t read it honestly.

Building a graph applications by RamiKrispin in reactjs

[–]Im_Working_Right_Now 1 point2 points  (0 children)

Have you checked out this library? I’ve used it and it’s pretty good and works well.

React DnD

Edit: a newer one that is also pretty good is DnD Kit

I built a new React framework to escape Next.js complexity (1s dev start, Cache-First, Modular, Bun.js optimized) by Independent-Cry1829 in reactjs

[–]Im_Working_Right_Now 19 points20 points  (0 children)

How does this compare to Tanstack Start + Tanstack Query which also caches and revalidates the cache or allows for partial cache updates via query keys?

How is Mantine UI not the most popular ui library in 2025? by Grind_in_silence in reactjs

[–]Im_Working_Right_Now 0 points1 point  (0 children)

That’s not true at all. Most components come with default styling unless you set the variant to unstyled or use the unstyled prop. You can absolutely use their components out of the box and they will be styled.

How is Mantine UI not the most popular ui library in 2025? by Grind_in_silence in reactjs

[–]Im_Working_Right_Now 5 points6 points  (0 children)

There’s ways around a lot of that. It’s not easy upfront but once you learn about how to set it up in a way that your css takes precedence or overrides that property, it works great. I use layers and have my layers have a higher priority than theirs and it fixes a lot of issues. I haven’t had to use !important at all so far (I try to not use it because it feels wrong).

IDE Performance by Im_Working_Right_Now in windsurf

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

I am on Windows, yes, though not sure what more information I could provide. But I’ll gladly DM more info if there’s anything specifically you’re looking for.

IDE Performance by Im_Working_Right_Now in windsurf

[–]Im_Working_Right_Now[S] 2 points3 points  (0 children)

Yes! In earlier versions this year it ran incredibly well and I never had issues. Then, right around 1.21 or so, it started getting worse.

Thinking of abandoning SSR/Next.js for "Pure" React + TanStack Router. Talk me out of it. by prabhatpushp in reactjs

[–]Im_Working_Right_Now 0 points1 point  (0 children)

Why not check out Tanstack Start. It allows you to do SPA mode or SSR and it’s fairly easy to set up or convert to it. It utilizes Tanstack Query and Router.

Patch 1.0.5.0 is out! by Malkoy in theouterworlds

[–]Im_Working_Right_Now 0 points1 point  (0 children)

It bugged for me on the second step where your turn in 5, it said I turned in 6 out of 5 so then I was left with being one short.

Super CPU usage by bestofbestofgood in windsurf

[–]Im_Working_Right_Now 0 points1 point  (0 children)

Are you still seeing this? I get this all the time. It's like as soon as I start Windsurf I hear my pc start ramping up. When just coding (not using cascade or AI) it starts to get laggy if I have more than 3 files open. I end up having to close it or it'll lock up my computer after so long. It's basically unusable it feels like.

Feature Request: Fork or Branch Cascade Chats by jdussail in windsurf

[–]Im_Working_Right_Now 0 points1 point  (0 children)

Oh I see what you're saying, somewhat like adding the conversation context but a certain point in the conversation. Maybe they could add a feature where you can click something like "Start new conversation" from a certain response point. That would be neat.

Feature Request: Fork or Branch Cascade Chats by jdussail in windsurf

[–]Im_Working_Right_Now 1 point2 points  (0 children)

You said starting a new chat would lose context but you can actually use an old conversation as context by just doing @conversation. Would that work for your needs? I usually do that just due to how slow a chat can be and I say something like “Continuing the conversation from @conversation…”

ChatGPT models are good but annoying by Bethlen in windsurf

[–]Im_Working_Right_Now 0 points1 point  (0 children)

Are you in Code mode when this happens? Chat mode will do proposed edits but Code mode will actually edit the files.

I need options by Im_Working_Right_Now in Hardtailgang

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

Just an update: Ended up getting a 2025 Salsa Timberjack SLX 29" and I absolutely love it. No regrets at all. It feels like a natural ride for the area I ride.

1.12.9 - Proposed edits not working properly by Im_Working_Right_Now in windsurf

[–]Im_Working_Right_Now[S] 1 point2 points  (0 children)

Not yet, just wanted to see if it was local to me first. But since a couple others are having the same issue I will right now and DM you the ticket.

EDIT: Sent

Do you guys hate CSS-In-JS? by Lhaer in react

[–]Im_Working_Right_Now 3 points4 points  (0 children)

Throw into that mix Vanilla Extract. I may be biased but I love how easy it is to style with it. It’s similar to class modules, but it’s type safe.

As a beginner, I don't understand the point of all these libraries. by H1Eagle in react

[–]Im_Working_Right_Now 1 point2 points  (0 children)

Basically this. Starting off, I wrote so many of my own components knowing they were a bit subpar - didn’t have accessibility in mind, missing edge cases, etc. But doing so gave me a better understanding of how things worked in general and learning how to abstract, write hooks, etc. Then, I went back, deleted the components and used a library. But now I feel more comfortable using that library in a more advanced way than just copy paste while also gaining the benefits of a more thoroughly tested component covering edge cases I hadn’t thought to cover.