daishi, to reactjs
@daishi@fosstodon.org avatar

🤩 Celebrating Waku (waku.gg) ⛩️ reaching 4k stars on GitHub! 🥳

daishi, to reactjs
@daishi@fosstodon.org avatar

We are excited about React Compiler, aren't we? I just remembered that my first OSS library in JavaScript was a JS-to-JS compiler! Funny how things come around.

https://github.com/dai-shi/continuation.js

(The source code is hardly readable, even for me now... but feel free to try.)

schizanon, to react
@schizanon@mastodon.social avatar

Hearing about all the changes in #React19 is giving me anxiety. I've been working on #React apps at my past four or five jobs now, but I just have no interest in relearning #ReactJS for the upteenth time, and I'm worried that is going to impact my ability to get another job if I ever decide to go back to work.

https://thoughtbot.com/blog/get-your-codebase-ready-for-react-19

#webDev #javaScript #frontend #nextjs

daishi, to reactjs
@daishi@fosstodon.org avatar

Fine-grained updates with TC39 signals in React? 🤯

Another experimental feature in use-signals. https://github.com/dai-shi/use-signals

⚠️NEVER EVER USE IT IN PRODUCTION⚠️

#ReactJS #React #JavaScript #TypeScript #Signals

video/mp4

kalvn, to vuejs French
@kalvn@mastodon.xyz avatar

Les avantages de Vue par rapport à React, vus par un développeur React (cette phrase est bizarre 🤔).

Things that I like better in Vue than in React
https://jaydevm.hashnode.dev/things-that-i-like-better-in-vue-than-in-react

#vuejs #reactjs

tixie, to webdev
@tixie@guerilla.studio avatar

What would be your practical advices/tips to avoid creating the worse app who will require 5 peoples to rewrite the codebase every 3y, when having to create a middle-sized SPA in ReactJS in 2024?

It’s needs to be :

  • an SPA (statically hosted)
  • As performant as possible and not a nightmare to maintain
  • I’m planning on using React-Aria to ensure myself to have accessible components on micro-levels (and so it’s requires react-dom)

#WebDev #ReactJS #JavaScript

C_W_WC, to webdev

Going to be on stream tonight doing some touch ups to front end functionality and after long wait back to do some more styling!

https://m.twitch.tv/codered_with_codee

#webdev #reactjs #buildinpublic #socialmedia

C_W_WC, to webdev

Putting some applicaitons out and putting myself out there. Re applied to the position I was interviewing for the end of 2023 and beginning of 2024.

Here is to this being the year I break into the development industry!

#webdev #ReactJs #buildinpublic #job #jobsearch

Edit: spelling error

vikkio, to php
janriemer, to react

I've just read this comment about "Million Lint":

https://million.dev/blog/lint.en-US

"This reminds me of a hammer I had with a broken handle. Instead of replacing the handle, I attached the hammer to a helmet and whenever I want to drive a nail, I would wear the hammer and swing my head. But sometimes I miss and hit my head against the wall instead. So to fix that, I added some padding to my forehead and now it doesn’t hurt at all.

Problem solved!!"

💯

daishi, to reactjs
@daishi@fosstodon.org avatar

I just released use-context-selector v1.4.4,

found out it's the 50th version,

and found out it has 100 dependents!

#ReactJS #React #JavaScript #TypeScript #ReactHooks

mountaincampch, to drupal

🦎 MERCÈ, the mascot of has arrived in DAVOS! Don't miss the chance to capture a moment with Mercé and win a free ticket! DrupalCon Europe

🎫 Details: https://drupalmountaincamp.ch/article/capture-moment-merce-win-free-ticket-drupalcon-barcelona-2024

🎟️ Regular tickets still available for : https://drupalmountaincamp.ch/tickets

🤝 We are looking for Volunteers: Join us, contribute, earn drupal.org credits, and make a difference: https://drupalmountaincamp.ch/article/call-volunteers-drupal-mountain-camp-needs-you

dey, to reactjs French
@dey@mastodon.xyz avatar

J'ai mis à jour mon CV https://www.doyoubuzz.com/david-epely

En poste, je suis ouvert aux propositions de jobs de #frontenddeveloper #reactjs, #typescript … à #Nantes ou remote.
#jechercheunjob

dopey_kun, to reactjs

I think it's the first time I'ved used a reducer in React in like 3 years (last time was when I used Redux). I always avoided them because of how boilerplate-y they were, but honestly, they're awesome considering the alternative of a whole bunch of useState and useEffect spaghetti.

mountaincampch, to drupal

🏔️ The schedule for #DrupalMountainCamp 2024 is live.

🗓️ Explore the detailed schedule to plan your agenda and make the most of this exciting event: https://event.drupalmountaincamp.ch/drupal-mountain-camp-2024/schedule/

🎟️ Regular tickets are still open: https://drupalmountaincamp.ch/tickets

🇨🇭Come join us for a event full of learning, networking, and fun in the picturesque setting of Davos, Switzerland.

#drupal #opensourcecommunity #vuejs #reactjs #drupalCH

matthew, to javascript
@matthew@opinuendo.com avatar

I know I've seen regular mentions in my feed of why Reactjs has outlived its usefulness. However, when I need some expert thought on the matter, I can't seem to find a link.

I believe the popular industry sentiment has largely soured on React. Anyone have a link (or three) on the problems with React that they've found informative?

schizanon, to webdev
schizanon, to webdev

HTMX is just the "back to the land" movement, but for web hippies.

#webDev #htmx #html #javaScript #web #frontend #reactjs #svelte #vue #vuejs #react #hypermedia #hateoas

mountaincampch, to drupal

🚀 Ready to unlock the power of grit and make the impossible happen? Join our keynote speaker, Tearyne Almendariz at #DrupalMountainCamp 2024, where she'll show us how we can master our inner strength and achieve goals with perseverance while preserving our peace of mind.

Secure your spot now: https://drupalmountaincamp.ch/tickets

#drupal #reactjs #vuejs #davos #switzerland

schizanon, (edited ) to webdev

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!

daishi, to reactjs
@daishi@fosstodon.org avatar

Just published our React RSC framework, Waku v0.19.2! Fixed various issues and added Netlify support and AWS Lambda support (by aheissenberger!) There are still some known issues and we are working hard on them.

Repo 👉 https://github.com/dai-shi/waku
Demo 👉 https://demo.waku.gg ⛩️

schizanon, to react

If you think react is complicated now, go back to 2015 when you had to configure babel and webpack yourself, you had to do SSR and routing yourself, you had to decide between flow and typescript, you had to learn flux and immutable.js, and you had to choose 1 of 100 boilerplates

#react #javaScript #webDev #webpack #babel #typescript #web #reactjs #SSR #js

madcap, to react Portuguese
@madcap@ciberlandia.pt avatar

Frontenders, sabem se os componentes React do mosaico.gov.pt (Ágora Design System) estão disponíveis em algum lado para utilização livre?

Encontrei uma biblioteca no npmjs, mas não me parece oficial e nem tem o código fonte disponível.

#react #reactjs #mosaico #ama #usabilidade

Blue_Jersey, to reactjs

Every tutorial, blog, and YT channel, these days.

Let's build X with Nextjs

Let's learn Y with Nextjs

Let's learn HTML and CSS with Nextjs

Let's learn Javascript with Nextjs

Let's learn React with Nextjs

Let's learn Computer Science with Nextjs

Let's learn Nextjs with Nextjs

I feel like the only solution to anything in life is Nextjs

Same tutorials, same projects, same framework, and same copy/paste

#reactjs #WebDev

daishi, to reactjs
@daishi@fosstodon.org avatar

HackDiary#018
How would you implement removeDuplicates with a custom equality function?

https://daishi.gumroad.com/p/hackdiary-018 📔

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