Skip to main content

Search

Items tagged with: React


Na svoje projekty hledam vyvojarskou pomoc (React + TypeScript) a rad dam prilezitost lidem pred prvni praci, kteri muzou benefitovat i z meho mentoringu.

mwenisch.notion.site/Vyvojarst…

Budu moc rad boostovani tu. Ale hlavne za osobni sireni mezi juniory a velka pomoc by bylo i sdileni na LinkedInu, kde je precijen vetsi sance, ze se nejake zacatecnictvo najde.

linkedin.com/posts/mwenisch_vy…

#prace #developer #it #react #typescript


I've been having too much fun clipping things on YouTube to share with my colleagues. Here's a clip with @slightlyoff on questions you should ask yourself when considering React:

📽️ youtube.com/clip/UgkxpA_MMNjLt…

#react #html


I don't get the hype around Next.js. How can this be the future? This is literally what we did in the early 2000s.

I'm definitely staying away from this.

#react #nextjs


Somebody PLEASE make something like github.com/vadimdemedes/ink-ui but for GTK.

I would be a LOT more inclined to create native #linux #gtk apps if I could create them using #react or something similar.

Creating interfaces using GTK's native APIs feels like programming in the 90s.


New post: #React pays the bills (or: don't be an asshole)

keithjgrant.com/posts/2023/01/…


As "#accessible" drag and drop (with accessible in quotes as I haven't personally verified the claims) is added to #React Aria and React Spectrum, I'm happy to see drag-and-drop get some #accessibility love at the framework level. However, I'm not convinced that aiming for parity always creates the most efficient, usable experiences in this area.

For many use cases, there are alternative approaches legitimately better suited to how people actually operate their devices, across various assistive technologies and input methods. For instance, dropdowns with type-ahead, offering more of an opportunity to browse before committing, rather than constantly navigating back and forth across drop zones which could be far apart.

The article highlights challenges in finding a preexisting holistic system, without delving into the possible reasons for that being the case until now. User feedback is also not a panacea; are you asking someone to evaluate whether they can use a thing? Or whether that thing is a good idea, and/or if a better thing could theoretically exist?

react-spectrum.adobe.com/blog/…

#a11y


I was working on Tweetormator, a open source self-hosted solution to tweet scheduling, engagement analysis and evergreen♻️ tweets but that feels dead in the water now.

Or perhaps I could convert it to Tootormator? I'll need to look into the Mastodon API.

#opensource #react #javascript #selfhosting


Under the hood:
✅ I replaced #PostgreSQL database storage by more suitable #ElasticSearch. It searches data faster and I have better control over results order
✅ I replaced #REST api by #GraphQL api for frontend - backend communication. This simplyfies a lot both the #React frontend and the #NextJs server implementations.


I'm hiring! Looking for an Senior Fullstack Web Engineer, #React and #NodeJS experience are a plus. We're a #Remote company who makes a cool legislation tracking tool and contributes to #OpenSource #CivicData . Would love to chat via DMs!

boards.greenhouse.io/civiceagl…

#FediHired


I recently wrote a #monitoring dashboard for myself, and figured I'll share the experience: asylum.madhouse-project.org/bl…

Code dump is at the bottom. The dashboard itself is a fairly straightforward #React app in truly awful JS. It's fed by #Riemann, which is itself fed by my own collector I wrote in #fennel.

The blog post isn't about the tools, but about the thought process that led me to have my dashboard look and function like it does. More monitoring stuff will follow, as time permits.