pixelfed, to react
@pixelfed@mastodon.social avatar

✨ Share your Pixelfed account and a few related hashtags as a reply to this post. ⬇️

@dansup #programmer #developer #react #reactNative #vue #laravel #canada

khalidabuhakmeh, to javascript
@khalidabuhakmeh@mastodon.social avatar

Folks who do development with a frontend framework (, , ), is your frontend code part of the solution, or have you split the backend and frontend into separate isolated folders?

I have thoughts, but would love to hear what your thoughts are. Boosts are appreciated.

schizanon, (edited ) to webdev
@schizanon@mas.to avatar

If there was an element that changes it's content when users interact with other elements on the page, what name would it have?

PLEASE NOTE: I am not suggesting that this element needs to exist; I am only asking what it would be called. I'm building a CustomElement, I just want it to have a name that makes sense.

Vote and suggest others in replies. Please boost for reach!

schizanon, (edited ) to webdev
@schizanon@mas.to avatar

Dear

Who are your favorite and who have stopped posting to Twitter? People who support and in the community on the instead of chasing engagement on a hate-site?

I want to them!!!

sarajw, to programming
@sarajw@front-end.social avatar

Am I ever... ever going to be able to fundamentally understand what I'm doing? In , or any "modern" framework-based for that matter?

I feel like I'm swimming in a mass of imports, props and hooks and the ((mysterious) => ({ useOf({ so, many }); }, [brackets, braces]);

I know people say knowing the web fundamentals will serve me beyond the current transient trends, but there's such a lot of this particular trend to learn, and frankly, it's paying my bills.

janriemer, to react

Hot take

is the new AngularJS

¯_(ツ)_/¯

bendelarre, to github
@bendelarre@mastodon.social avatar

The new based on is an abject failure to improve the user experience. On every count it is objectively worse than previous iterations.

Page load time is poor, interactivity is gated seemingly on very large JS loads. Initial page layout is broken on mobile and randomly resizes the width of the viewport after loading. The number of micro-annoyances seem to be adding up daily.

This is like an object lesson in what not to do to your successful webapp.

Stark9837, to react
@Stark9837@techhub.social avatar

Are there any tools similar to in for regarding database caching? I want to basically have a local copy of API results. If a result is not locally available, it is pulled from the API. If it is already locally available, it should return the local cache without calling the API again.

stux, to react
@stux@mstdn.social avatar

Been trying something out in in the oldskool style but in 3D :pokeball:

"Pikachu" char walking around in a pixelated Pokemon Red starter bedroom in React Three

twipped, to react
@twipped@twipped.social avatar

Tomorrow I have to interview a job applicant about their React experience, and I'm looking at #React interview question guides.

They're bullshit, it's all absolutely bullshit. Most of it is just testing if someone knows the term for a particular pattern.

> What is the difference between a controlled and uncontrolled component

WHO CARES!? If you code it right it doesn't fucking matter!

schizanon, to webdev
@schizanon@mas.to avatar

I've decided to build one of my long-time pet-projects just to hone my skills a little.

I've been working on sites professionally for about 8 years so I think I should stick to that.

My most recent job was on a app that used so I think I'll use those too.

seems like a good place to host those things.

The idea is like Foursquare/Swarm, but on !

Wish me luck!

judicodes, to react

Frontend Devs, where are we currently standing in the debate React vs. Vue.js? Or is something entirely different already taking over (SolidJS, Ember.js, Svelte, ...)?

For years, it seemed like React was almost the only way to go. Now I feel like the winds are changing and other frameworks/libraries are gaining traction.
What do you all think?

keithjgrant, to CSS
@keithjgrant@front-end.social avatar

Debating with myself whether <Flex> and <Stack> components are an antipattern... I keep finding spots in our app where we've ended up with like ten nested flexboxes where one or two would accomplish the exact same result.

Is this just a devs-not-knowing-CSS problem, or does the abstraction invite abuse?

janriemer, to react

Wait, what!? doesn't support scoped styles by default!?😱

happily goes on and creates a new component😊

sarajw, to accessibility
@sarajw@front-end.social avatar

A thought on and -

My colleagues work with React. I do too. I've also been banging the drum since I got the job in November.

While they see it's important, I was talking (as most of us do, because it makes sense) at the HTML level, about testing with a screen reader, etc. Usual, good stuff - but hard to immediately implement.

Anuradha Kumari (@miracle_404 on twitter) stood up on front of them for 20 mins bashing out live React code examples and boom. They get it.

schizanon, to webdev
@schizanon@mas.to avatar

It's weird to me that is turning on but is right there being a complete abomination to the web.

stux, to react
@stux@mstdn.social avatar

Having some fun with blender model imports into React :picklerick: :mortyheh:

Pickle Rick and Morty with mega arm in front of their house in a React Three JS scene

sirber, to javascript
@sirber@fosstodon.org avatar

I'm regretting using for a single page application. I should have used directly...

stux, to react
@stux@mstdn.social avatar

Started on a little tribute project to Samurai from Cyberpunk :blobcatgiggle:

Want to create an animated scene from a Samurai concert with cameras, lights and models :mastogrin:

Let's see how far we can get.. Already got a little stage and background music on play

3D scene with a concert stage, some speakers and a mic with background music playing in React Three

danjac, to react
@danjac@masto.ai avatar

I currently do a number of local government projects. Unfortunately they use which I personally hate but OK, someone made that choice before I got my hands on the code.

But Vercel's effective takeover of that framework and their ownership of NextJS, coupled by their carelessness with customer data, should make anyone pause when using React in future projects.

stux, to react
@stux@mstdn.social avatar

Creating a castle map from scratch with the best optimization i can think off :blobcatgiggle:

Putting everything in by hand is a lot more work but also more fun :blobcatgamer:

The walls around the castle in their components, position and rotation

raiderrobert, to programming
@raiderrobert@mastodon.social avatar

I apologize ahead of time for the wall of text.

It’s a meme at this point about the rate of change in $frontend with the various libraries.

I wanted to spend some time to understand why https://bun.sh appears to be all the rage.

But first I spent some time this week to figure out what the state of testing is—specifically for .

stux, to react
@stux@mstdn.social avatar
sarajw, (edited ) to random
@sarajw@front-end.social avatar

Are there any good tutorials on the Adobe React Aria component library?

Specifically on making an accessible fancy select-a-like that includes images and descriptive text, if such an article exists.

The docs seem good but I've ended up a little stuck anyway, and would appreciate something very step by step to just plough my way through.

Thank you!

mattjbones, to react
@mattjbones@mastodon.social avatar

Created 65 tickets to migrate from class components to functional , some are small and should be relatively easy others are 2000+ mono components that render whole pages. Legacy is such a trip (I’m sure I’m also responsible for similar code in a past life)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • rosin
  • thenastyranch
  • cubers
  • ethstaker
  • InstantRegret
  • DreamBathrooms
  • ngwrru68w68
  • magazineikmin
  • everett
  • Youngstown
  • mdbf
  • slotface
  • kavyap
  • anitta
  • GTA5RPClips
  • khanakhh
  • normalnudes
  • osvaldo12
  • provamag3
  • cisconetworking
  • Durango
  • tacticalgear
  • modclub
  • Leos
  • megavids
  • tester
  • lostlight
  • All magazines