leanpub, to react
@leanpub@mastodon.social avatar

Building Large Scale Web Apps: A React field guide https://leanpub.com/large-scale by Addy Osmani and Hassan Djirdeh is the featured book on the Leanpub homepage! https://leanpub.com @addyosmani

notsle, to react
@notsle@kzoo.to avatar

Getting back into #React after stretch of backend only work. Feels good to be doing more full-stack work again

scoonch, to photoshop French
@scoonch@mamot.fr avatar

Dev Web fullstack, après un enchaînement de CDD, je suis libre à partir d'aujourd'hui.

CDI distanciel de préférence sinon je m'adapte, je suis à Paris.

Compétences en +:
Maquettiste ,
Monteur vidéo ,
Habillage/Animation
Régie/Vidging/Mapping:

CV en mp.



















anianimalsmoe, to react
@anianimalsmoe@sakurajima.moe avatar

Halfway to redoing my website with 'newer' and features.

I guess bug fixing and proper documentation / 3rd party support make Next 14 much easier than the mess that Next 13 was.

anianimalsmoe,
@anianimalsmoe@sakurajima.moe avatar

@dopey_kun Ah, I've just been forced to use usePathname and useParams to do that trick like how Anilist does /anime/[id]/[title]/ to auto rewrite the title.

I mean, it's quite a trick to figure out that I needed to do the page as a layout under [id]/layout and do the redirecting in /[title]/page :ablobcatreachflip: but it definitely improves performance.

dopey_kun,
@dopey_kun@sakurajima.moe avatar

@anianimalsmoe I had to go to Anilist to check the behavior. I didn't realize that you could actually just put whatever in that title part of the url, and it'd still work.

kerfuffle, to Kotlin
@kerfuffle@mastodon.online avatar

In 45 minutes I made a #kotlin #javalin application from scratch, which uses #webjars to include #htmx from a #maven pom file. It uses static #HTML files for the first load, and then renders HTML from #jte templates for #SSR of the parts of the pages that need that kind of interaction. There's no #springboot (or any #spring at all) and no #SPA like #angular or #react.

Now because simply setting up a project says close to nothing about its real world viability, next step is an actual usecase ( :

jitterted,
@jitterted@sfba.social avatar

@kerfuffle Curious about your choice of vs. natural templating like ?

(I've been doing a lot of HTML generation without templates at all, so curious about your thinking.)

via is so easy!!

kerfuffle,
@kerfuffle@mastodon.online avatar

@jitterted

I haven't worked with Thymeleaf; I used to do SSR using and later .

As for natural templating: I expect it to make my fragments more clear when the serverside directives are explicitly not in the HTML, like with JTE, whereas the clientside directives are, as HTMX. Less confusing than when clientside and serverside logic are both inline in the same HTML template.

Will have to wait and see how it turns out.

SteveFaulkner, to react
@SteveFaulkner@mastodon.social avatar

Mobile Tabs Part 2 – React Native

"Love it or hate it, it’s hard to deny how easy (relatively speaking) it is in React to develop two apps with a single codebase. React Native has been around since about 2015, and if you’ve been in the accessibility space, you’ve probably heard some warnings to not use it due to a lack of accessibility customization or remediation paths."

https://www.tpgi.com/mobile-tabs-part-2-react-native/

joelanman, to react
@joelanman@hachyderm.io avatar
daishi, to reactjs
@daishi@fosstodon.org avatar

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

scoonch, to photoshop French
@scoonch@mamot.fr avatar

Dev Web fullstack, je termine un long CDD en fin de semaine. Je suis donc libre à partir du 3 juin.

CDI distanciel de préférence sinon je m'adapte, je suis à Paris.

Compétences en +:
Maquettiste #Photoshop #Illustrator,
Monteur vidéo #Premiere, #Avid,
Habillage/Animation #AfterEffect

CV dispo en mp.

#HTML #CSS #PHP #JS #jQuery #Scss #Symfony #React #NextJs #ViteJs #Bootstrap #Tailwind #Stripe #dataTables #Wordpress #Prestashop #Sylius #MongoDb #Mariadb #aws #debian #Vi #bash #English

josh, to microsoft
@josh@vickerson.me avatar

Parts of get up to 76% faster by dropping in favor of Web Components.

React's days may finally be coming to an end 🤞

https://blogs.windows.com/msedgedev/2024/05/28/an-even-faster-microsoft-edge/
————

tanepiper,
@tanepiper@tane.codes avatar

@josh @tbroyer Can they tell the MSTeams team?

tbroyer,
@tbroyer@piaille.fr avatar

@josh Well, it's not just react vs web components.

They also rearchitected their code; and as a side effect of moving away from react, they can have code optimized for the most recent Edge when react needs to support many more browser engines and versions (something you definitely want for most web apps).

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

daishi,
@daishi@fosstodon.org avatar

@indutny oh, what a coincidence!

indutny, (edited )
@indutny@fosstodon.org avatar

@daishi タイムリーでしょう。ですけど、だいしさんのプロジェクトが私の過去のより役に役に立ちそうですよ!面白い実験ですね。

michabbb, to UI German
@michabbb@vivaldi.net avatar

for Engineers
20+ free and animated built with , , , and Motion. 100% open-source, and customizable.

https://magicui.design

marmelab, to php
@marmelab@mastodon.social avatar

🎉 Exciting news! Marmelab is sponsoring the API Platform Conference 2024, the flagship event dedicated to the API Platform framework!

Join us for 2 days of talks by leading experts in , & .

📅 19 & 20 September
📍 Lille, France

Learn more: https://api-platform.com/fr/con/2024/

@cooptilleuls

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!

rick,
@rick@ricko.social avatar

@twipped Seems pretty reasonable to me.

My own React skills are poor/new enough that I doubt I'd do well on that question. But it's a small enough code snippet that it's not overwhelming.

twipped,
@twipped@twipped.social avatar

@rick Yeah, there's a lot here I don't actually expect him to catch. That's why it'll be a fun exercise.

rox_lukas, to iOS
@rox_lukas@cmdr.social avatar

🇵🇱

Nasz klient poszukuje developera / Native

w treści oferty

Boosty mile widziane :-) Jeśli znasz kogoś o pasujących kompetencjach - możesz mu śmiało podesłać.

https://multizawodowi.pl/?p=jobs&s=view&offerID=3543

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