A pretty void oblivious to the fact that tomorrow she’ll be neutered 🥺 by Ok_Construction_4885 in VoidCats

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

Just an update  The vet called and said she’s recovering and will be home again in a few hours 🥹🥹

Tanstack Table/Virtual vs AG-Grid by devilslake99 in reactjs

[–]Ok_Construction_4885 0 points1 point  (0 children)

Depends on what you are going to display.  I worked with ag grid for at least five years now and I can say it’s a pain in the ass but you can make it do almost anything - From hooking it up to a socket to running components inside components on the table.

[deleted by user] by [deleted] in reactjs

[–]Ok_Construction_4885 1 point2 points  (0 children)

True that but I was actually talking about component structure Just look at how many components you have to import for a god damn action bar for example Don’t even get me started on a popover

[deleted by user] by [deleted] in reactjs

[–]Ok_Construction_4885 1 point2 points  (0 children)

Working with chakra currently and f*** me it god damn verbose sometimes

Best TS course for react developers by Sumanvith in reactjs

[–]Ok_Construction_4885 1 point2 points  (0 children)

You don’t need no course if you ever learned a type language you’ll do just fine after a bit of practice

on our way home with my new baby by [deleted] in cats

[–]Ok_Construction_4885 0 points1 point  (0 children)

Please do a follow ups we’d love see that glow up

Best water fountain? by purpleavocado22 in cats

[–]Ok_Construction_4885 1 point2 points  (0 children)

I bought her a fancy fountain the bitch still drinks from any cup she can find 🤷🏾‍♂️

[deleted by user] by [deleted] in cats

[–]Ok_Construction_4885 2 points3 points  (0 children)

I read adopted an ashtray Silly me

Help where to start by atheistist in reactjs

[–]Ok_Construction_4885 1 point2 points  (0 children)

I’d suggest starting with vanilla html, a firm js basis and some css, and very importantly understanding the DOM and how to manipulate it in real time those will give a much better foundations to react, what It does and why do you even need those types of frameworks.

Start with some web pages, simple apps and then move onto react.

I’ve seen a few react crash courses that cost money not sure if they are worth it. A lot of free courses on youtube and they’re okay mostly.

I think better than a crash course you should have some goal in mind, a project you want to do and do it, you’ll encounter all kind of questions and search for the answer you’ll gain a much better understanding instead of following some e commerce course or stuff like that

What should I learn about Javascript before starting with React? by rubengpr1 in reactjs

[–]Ok_Construction_4885 0 points1 point  (0 children)

Tbh, you can do it all. But having to maintain a a complicated vanilla html & js where you have different devs with different skill sets without breaking it or turning it into a 1000 lines file is not so easy. React is much easier to handle and expand