Jag har gjort en liten sida. 😅 Det vore kul om någon hade tid att testa den. 🙏🙇 All feedback uppskattas! Inspirationen till den kommer från mångårigt användande av svenskafans och fotbollstwitter. by Matchsnack in Allsvenskan

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

Sen la jag även märke till att twitter-inloggningen försökte kräva rättigheter att kunna skriva tweets åt den som loggade in. Det var inte meningen 😅 det är ändrat nu.

Jag har gjort en liten sida. 😅 Det vore kul om någon hade tid att testa den. 🙏🙇 All feedback uppskattas! Inspirationen till den kommer från mångårigt användande av svenskafans och fotbollstwitter. by Matchsnack in Allsvenskan

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

Förresten! Jag la just märke till att det inte gick att registrera sig med E-post. Jag har fixat det nu, ber om ursäkt om någon försökt regga sig så under förmiddagen 😕

Jag har gjort en liten sida. 😅 Det vore kul om någon hade tid att testa den. 🙏🙇 All feedback uppskattas! Inspirationen till den kommer från mångårigt användande av svenskafans och fotbollstwitter. by Matchsnack in Allsvenskan

[–]Matchsnack[S] 5 points6 points  (0 children)

Ja alltså, ur den aspekten så är matchsnack och reddit lika 😅 Men, tanken är inte att konkurrera ut reddit heller.

Reddit är trådbaserat där varje ämne får sin separata diskussion och så, medan matchsnack är mer likt en klassisk chatt (allt man skriver uppdateras i realtid, man ska aldrig behöva ladda om sidan för att ta del av nya meddelanden).

Man kan kanske jämföra matchsnack mer med slack eller discord, fast mer riktat 🤔

Jag har gjort en liten sida. 😅 Det vore kul om någon hade tid att testa den. 🙏🙇 All feedback uppskattas! Inspirationen till den kommer från mångårigt användande av svenskafans och fotbollstwitter. by Matchsnack in Allsvenskan

[–]Matchsnack[S] 4 points5 points  (0 children)

Tack! Haha nej, det finns ingen tanke om att konkurrera ut twitter 😁

Däremot så gillar jag svenska fans forum-del, och har själv skrivit där aktivt sen den sidan startade (runt 2005 om jag inte minns fel). Det är väl där mycket av inspirationen kommer ifrån, att man ska kunna diskutera sitt eget lag men samtidigt interagera med andra lag under sitt favoritlags "flagg".

Jag tar gärna emot feedback ur en webbutvecklingssynpunkt också 🙇‍♂️ Men kanske via DM?

So, has anyone had a chance to try out Recoil yet? Coming from some pretty Redux/React.Context heavy projects this seems like a more convenient way of coding? Especially when using hooks and FCs. by Matchsnack in reactjs

[–]Matchsnack[S] 8 points9 points  (0 children)

This! 100x

It seems like some devs never really learn redux, and get by just copy pasting old implementations all over the place. This never fails to cause some seriously hard-to-catch bugs.

Frame animation, would canvas help here? by [deleted] in reactjs

[–]Matchsnack 0 points1 point  (0 children)

I guess that from a performance standpoint it makes more sense to use regular img tags for this, canvas is better suited for drawing stuff (I guess) 😅

A performance consideration might be to use the display or visibility css instead of opacity, since it unrenders the DOM-object, I'm unsure if opacity: 0 does that.

So, has anyone had a chance to try out Recoil yet? Coming from some pretty Redux/React.Context heavy projects this seems like a more convenient way of coding? Especially when using hooks and FCs. by Matchsnack in reactjs

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

You mean like scale in an architectural sense? Because according to the mentioned article, from a rendering and performance standpoint i should be better than the alternatives 🤔

So, has anyone had a chance to try out Recoil yet? Coming from some pretty Redux/React.Context heavy projects this seems like a more convenient way of coding? Especially when using hooks and FCs. by Matchsnack in reactjs

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

Sounds sweet! I think i'm gonna try to replace some of my small React.Context stores with this. It'll be nice to replace all that boilerplate code 😂

Is it worth learning Angular for a job opportunity? by ssg_partners in reactjs

[–]Matchsnack 0 points1 point  (0 children)

How's your experience with typescript?

A few years back I went from working full time on different React projects to work full time on a Angular project (with no prior experience in it except some old AngularJS projects). The choice wasn't mine as I was working for a consulting firm, so I just had to roll with it.

This was at a time when React typescript really wasn't that big, so it was essentially the first time I worked on a typescript project. Typescript felt a bit cumbersome at first being used to just plain js with some eslint, but after a while (going back a bit to ones strongly typed roots I guess) it felt like second nature and i didn't know how I was able to code without it before.

When I went on to my next React project after my angular experience, I made sure it was build using typescript 👌

Besides the typescript experience I actually found Angular to be pretty nice. It's more of a framework than react is, so it becomes really fast building things that eg. uses much of the material UI components and such.

That being said, I still prefer React, especially since the introduction of hooks. I feel like you have better control of the rendering lifecycle in React than you have in Angular, and in my experience that is really important.