Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. 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 projectalso me: I need to learn some react basics for a job interview

Scheduled Pinned Locked Moved Uncategorized
141 Posts 77 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • possiblyaxolotl@peoplemaking.gamesP possiblyaxolotl@peoplemaking.games

    @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

    foone@digipres.clubF This user is from outside of this forum
    foone@digipres.clubF This user is from outside of this forum
    foone@digipres.club
    wrote last edited by
    #5

    @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

    1 Reply Last reply
    0
    • endlessmason@hachyderm.ioE endlessmason@hachyderm.io

      @foone
      Eight minutes lol

      foone@digipres.clubF This user is from outside of this forum
      foone@digipres.clubF This user is from outside of this forum
      foone@digipres.club
      wrote last edited by
      #6

      @EndlessMason and it took me about 7 minutes to get around to opening the docs

      endlessmason@hachyderm.ioE 1 Reply Last reply
      0
      • foone@digipres.clubF foone@digipres.club

        christ, the first example in the react docs has a minor error.

        not giving me a good feeling about the quality of this software

        williamoconnell@mas.toW This user is from outside of this forum
        williamoconnell@mas.toW This user is from outside of this forum
        williamoconnell@mas.to
        wrote last edited by
        #7

        @foone What is it?

        foone@digipres.clubF 1 Reply Last reply
        0
        • foone@digipres.clubF foone@digipres.club

          christ, the first example in the react docs has a minor error.

          not giving me a good feeling about the quality of this software

          thomasfuchs@hachyderm.ioT This user is from outside of this forum
          thomasfuchs@hachyderm.ioT This user is from outside of this forum
          thomasfuchs@hachyderm.io
          wrote last edited by
          #8

          @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@digipres.clubF 1 Reply Last reply
          0
          • williamoconnell@mas.toW williamoconnell@mas.to

            @foone What is it?

            foone@digipres.clubF This user is from outside of this forum
            foone@digipres.clubF This user is from outside of this forum
            foone@digipres.club
            wrote last edited by
            #9

            @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

            1 Reply Last reply
            0
            • thomasfuchs@hachyderm.ioT thomasfuchs@hachyderm.io

              @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@digipres.clubF This user is from outside of this forum
              foone@digipres.clubF This user is from outside of this forum
              foone@digipres.club
              wrote last edited by
              #10

              @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.

              1 Reply Last reply
              0
              • foone@digipres.clubF foone@digipres.club

                me: I need to make a simple web-app for a project
                also me: I need to learn some react basics for a job interview

                WHY NOT COMBINE THE TWO? good question, why not?

                cloudthethings@hachyderm.ioC This user is from outside of this forum
                cloudthethings@hachyderm.ioC This user is from outside of this forum
                cloudthethings@hachyderm.io
                wrote last edited by
                #11

                @foone joke’s on you, there are no simple react web apps.

                1 Reply Last reply
                0
                • foone@digipres.clubF foone@digipres.club

                  christ, the first example in the react docs has a minor error.

                  not giving me a good feeling about the quality of this software

                  kawazoe@transfem.socialK This user is from outside of this forum
                  kawazoe@transfem.socialK This user is from outside of this forum
                  kawazoe@transfem.social
                  wrote last edited by
                  #12

                  @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.

                  davey_cakes@mastodon.ieD 1 Reply Last reply
                  0
                  • foone@digipres.clubF foone@digipres.club

                    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.clubF This user is from outside of this forum
                    foone@digipres.clubF This user is from outside of this forum
                    foone@digipres.club
                    wrote last edited by
                    #13

                    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

                    xferok@tacobelllabs.netX mmu_man@m.g3l.orgM mirth@mastodon.sdf.orgM ben@mastodon.lubar.meB mellivora@im-in.spaceM 9 Replies Last reply
                    0
                    • foone@digipres.clubF foone@digipres.club

                      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

                      xferok@tacobelllabs.netX This user is from outside of this forum
                      xferok@tacobelllabs.netX This user is from outside of this forum
                      xferok@tacobelllabs.net
                      wrote last edited by
                      #14

                      @foone That's how it goes

                      1 Reply Last reply
                      0
                      • foone@digipres.clubF foone@digipres.club

                        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

                        mmu_man@m.g3l.orgM This user is from outside of this forum
                        mmu_man@m.g3l.orgM This user is from outside of this forum
                        mmu_man@m.g3l.org
                        wrote last edited by
                        #15

                        @foone nobody hydrates a pizza like you!

                        1 Reply Last reply
                        0
                        • foone@digipres.clubF foone@digipres.club

                          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

                          mirth@mastodon.sdf.orgM This user is from outside of this forum
                          mirth@mastodon.sdf.orgM This user is from outside of this forum
                          mirth@mastodon.sdf.org
                          wrote last edited by
                          #16

                          @foone Even "good" React is Byzantine and slow. The good news is the inefficiency creates jobs...

                          theorangetheme@en.osm.townT 1 Reply Last reply
                          0
                          • mirth@mastodon.sdf.orgM mirth@mastodon.sdf.org

                            @foone Even "good" React is Byzantine and slow. The good news is the inefficiency creates jobs...

                            theorangetheme@en.osm.townT This user is from outside of this forum
                            theorangetheme@en.osm.townT This user is from outside of this forum
                            theorangetheme@en.osm.town
                            wrote last edited by
                            #17

                            @mirth @foone There's a Keynes quote in here somewhere.

                            1 Reply Last reply
                            0
                            • foone@digipres.clubF foone@digipres.club

                              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

                              ben@mastodon.lubar.meB This user is from outside of this forum
                              ben@mastodon.lubar.meB This user is from outside of this forum
                              ben@mastodon.lubar.me
                              wrote last edited by
                              #18

                              @foone most of the things I do result in a hydration error and I've never used React

                              1 Reply Last reply
                              0
                              • foone@digipres.clubF foone@digipres.club

                                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

                                mellivora@im-in.spaceM This user is from outside of this forum
                                mellivora@im-in.spaceM This user is from outside of this forum
                                mellivora@im-in.space
                                wrote last edited by
                                #19

                                @foone does that mean you need to drink more water or?

                                1 Reply Last reply
                                0
                                • foone@digipres.clubF foone@digipres.club

                                  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

                                  pyxaron@dragonchat.orgP This user is from outside of this forum
                                  pyxaron@dragonchat.orgP This user is from outside of this forum
                                  pyxaron@dragonchat.org
                                  wrote last edited by
                                  #20

                                  @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.

                                  itgrrl@infosec.exchangeI 1 Reply Last reply
                                  0
                                  • foone@digipres.clubF foone@digipres.club

                                    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@digipres.clubF This user is from outside of this forum
                                    foone@digipres.clubF This user is from outside of this forum
                                    foone@digipres.club
                                    wrote last edited by
                                    #21

                                    What obvious layout am I missing?

                                    ben@mastodon.lubar.meB chrisjrn@social.coopC confusomu@twoot.siteC fen@yiff.lifeF noah@mastodon.despise.computerN 20 Replies Last reply
                                    0
                                    • foone@digipres.clubF foone@digipres.club

                                      What obvious layout am I missing?

                                      ben@mastodon.lubar.meB This user is from outside of this forum
                                      ben@mastodon.lubar.meB This user is from outside of this forum
                                      ben@mastodon.lubar.me
                                      wrote last edited by
                                      #22

                                      @foone one of those cursed alphabetical ones

                                      1 Reply Last reply
                                      0
                                      • foone@digipres.clubF foone@digipres.club

                                        What obvious layout am I missing?

                                        chrisjrn@social.coopC This user is from outside of this forum
                                        chrisjrn@social.coopC This user is from outside of this forum
                                        chrisjrn@social.coop
                                        wrote last edited by
                                        #23

                                        @foone left single-hand Dvorak, right single-hand Dvorak?

                                        foone@digipres.clubF 1 Reply Last reply
                                        0
                                        • foone@digipres.clubF foone@digipres.club

                                          What obvious layout am I missing?

                                          confusomu@twoot.siteC This user is from outside of this forum
                                          confusomu@twoot.siteC This user is from outside of this forum
                                          confusomu@twoot.site
                                          wrote last edited by
                                          #24

                                          @foone Bépo!

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups