me: I need to make a simple web-app for a projectalso me: I need to learn some react basics for a job interview
-
me: I need to make a simple web-app for a project
also me: I need to learn some react basics for a job interviewWHY NOT COMBINE THE TWO? good question, why not?
christ, the first example in the react docs has a minor error.
not giving me a good feeling about the quality of this software
-
me: I need to make a simple web-app for a project
also me: I need to learn some react basics for a job interviewWHY NOT COMBINE THE TWO? good question, why not?
@foone I always learn a tool by creating some project I was planning on doing anyway and then by the end I look back at it all in horror
-
christ, the first example in the react docs has a minor error.
not giving me a good feeling about the quality of this software
@foone
Eight minutes lol -
@foone I always learn a tool by creating some project I was planning on doing anyway and then by the end I look back at it all in horror
@possiblyaxolotl yeah, same.
I am really terrible at learning from books/guides. Like I can read it and get all the concepts just fine, except they go right out the window unless I do something with it. Doing something with the new tech is how I remember it -
@foone
Eight minutes lol@EndlessMason and it took me about 7 minutes to get around to opening the docs
-
christ, the first example in the react docs has a minor error.
not giving me a good feeling about the quality of this software
@foone What is it?
-
christ, the first example in the react docs has a minor error.
not giving me a good feeling about the quality of this software
@foone React is one of the biggest piles of crap I’ve ever seen.
Even the basic premise of it (kind of “let’s build a browser in the browser”) is deeply flawed.
-
@foone What is it?
@williamoconnell the first CodeSandbox embed has a "Show More"/"Show Less" toggle but all it shows/unshows is a blank line at the end of the code
-
@foone React is one of the biggest piles of crap I’ve ever seen.
Even the basic premise of it (kind of “let’s build a browser in the browser”) is deeply flawed.
@thomasfuchs yeah that's been my impression too, but a job I'm applying for does some basic react code-a-longs for their tech interviews, so I'd like to be familiar with it.
-
me: I need to make a simple web-app for a project
also me: I need to learn some react basics for a job interviewWHY NOT COMBINE THE TWO? good question, why not?
@foone joke’s on you, there are no simple react web apps.
-
christ, the first example in the react docs has a minor error.
not giving me a good feeling about the quality of this software
@foone@digipres.club The whole thing is built on top of two massive anti-patterns (the order of calls to methods [useState and useRef, and thus nearly every hooks] changes their outputs, and implementing logic with exceptions [don't look into suspend too much]) and is so complicated to use correctly that they had to release a precompiler to make it bearable. Of course it's absolute garbage.
-
christ, the first example in the react docs has a minor error.
not giving me a good feeling about the quality of this software
okay so my first attempt at writing any react code resulted in a hydration error and also my UI elements are rendered black on black, making them invisible
-
okay so my first attempt at writing any react code resulted in a hydration error and also my UI elements are rendered black on black, making them invisible
@foone That's how it goes
-
okay so my first attempt at writing any react code resulted in a hydration error and also my UI elements are rendered black on black, making them invisible
@foone nobody hydrates a pizza like you!
-
okay so my first attempt at writing any react code resulted in a hydration error and also my UI elements are rendered black on black, making them invisible
@foone Even "good" React is Byzantine and slow. The good news is the inefficiency creates jobs...
-
@foone Even "good" React is Byzantine and slow. The good news is the inefficiency creates jobs...
-
okay so my first attempt at writing any react code resulted in a hydration error and also my UI elements are rendered black on black, making them invisible
@foone most of the things I do result in a hydration error and I've never used React
-
okay so my first attempt at writing any react code resulted in a hydration error and also my UI elements are rendered black on black, making them invisible
@foone does that mean you need to drink more water or?
-
okay so my first attempt at writing any react code resulted in a hydration error and also my UI elements are rendered black on black, making them invisible
@foone It took me a moment to figure out that "Hydration error" is an actual thing in react and not just a way of saying it made you spill your drink.
-
okay so my first attempt at writing any react code resulted in a hydration error and also my UI elements are rendered black on black, making them invisible
What obvious layout am I missing?