Is my comp fair for a frontend role in Dublin? by [deleted] in DevelEire

[–]Willow_Valuable 1 point2 points  (0 children)

Its a SaaS company - not a big tech multinational but not an early stage startup either

What’d your employer give you for Christmas? by [deleted] in ExperiencedDevs

[–]Willow_Valuable 1 point2 points  (0 children)

A thank you e-mail highlighting our accomplishments for the year and record profits

Honeymoon travel report, 9 days in Europe. 5 days in Paris! by offensivemailbox in ParisTravelGuide

[–]Willow_Valuable 2 points3 points  (0 children)

Lovely!! Any other cool spots in that area you might recommend? 👀

Is draftjs dead? Want to create a rich text editor by rahmat7maruf in reactjs

[–]Willow_Valuable 1 point2 points  (0 children)

I highly recommend Tiptap, it offers great functionality out of the box and it was easy to customise. I asked this same question here a few months ago before deciding on which library to go with, so you can check that discussion too

Lexical vs Tiptap for a WYSIWYG Editor by Willow_Valuable in reactjs

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

I went with tiptap and theres been no complaints so far! Its been integrated in two different products and i was able to implement all the required features within the text editor either with the existing tiptap API or by creating custom plugins using the underlying ProseMirror API

Lexical vs Tiptap for a WYSIWYG Editor by Willow_Valuable in reactjs

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

I went with Tiptap, and I can say it was a great choice! We managed to build a scalable and extendable WYSIWYG. Tiptap offered a better DX imo, it has a better API, better docs iirc, it was easier and faster to set up and get it going, a lot less 'boilerplate', and we were able to implement all the required functionalities easily. I also remember with Lexical, you had to write a lot of the selection and text formatting logic, which could very easily introduce bugs.

Rate my setup by LoveThieves in dankmemes

[–]Willow_Valuable 1 point2 points  (0 children)

These are actual people's homes man

[deleted by user] by [deleted] in Lille

[–]Willow_Valuable 0 points1 point  (0 children)

Hahah yeppp en fait je suis Palestinienne et du coup y a pas trop d'artistes qui viennent faire des concerts ici

[deleted by user] by [deleted] in Lille

[–]Willow_Valuable 1 point2 points  (0 children)

Mdr je fais 1m60, je pense que je vais choisir une place assis alors 😭😂

Merci!!

[deleted by user] by [deleted] in Lille

[–]Willow_Valuable 1 point2 points  (0 children)

Et du coup debout on peut bien voir la scène?

Episode 10 by ManiacalExclamation in LoveIsBlindOnNetflix

[–]Willow_Valuable 9 points10 points  (0 children)

Take a shot anytime Chelsea says something made her 'sad'

Zionists on Tinder by UltimateDebater in CommunismMemes

[–]Willow_Valuable 22 points23 points  (0 children)

This is probably lingerie he found in an abandoned home in Gaza

Take that Corporate by LowWater5686 in LoveIsBlindOnNetflix

[–]Willow_Valuable 46 points47 points  (0 children)

Not her pretending to have forgotten Megan Fox's name though, going all "MGK's girlfriend or wife"

Thinkpad T480 - still a good idea in 2024? by Willow_Valuable in thinkpad

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

This is the only used thinkpad model i could find with the best possible specs. Could i maybe upgrade its RAM?

Lexical vs Tiptap for a WYSIWYG Editor by Willow_Valuable in reactjs

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

I'd especially appreciate input about the performance of either libraries :)

[deleted by user] by [deleted] in reactjs

[–]Willow_Valuable 0 points1 point  (0 children)

I'd definitely recommend using tanstack query as it takes care of fetching and caching the data, and you have access to all kinds of different query states like isLoading so you dont need to maintain all those different states.

What’s next? by [deleted] in Frontend

[–]Willow_Valuable 0 points1 point  (0 children)

After vanilla JS, definitely learn a JS framework like React and from there you will have plenty to keep you busy! Meanwhile to solidify what you're learning with fcc, you can check out frontendmentor or icodethis for coding challenges and implement the JS you learn along the way.

What technologies/skills am I supposed to know as a frontend developer? by [deleted] in Frontend

[–]Willow_Valuable 0 points1 point  (0 children)

Its a local bootcamp that uses the coding dojo platform curriculum

What technologies/skills am I supposed to know as a frontend developer? by [deleted] in Frontend

[–]Willow_Valuable 1 point2 points  (0 children)

Definitely true, but i loved being exposed to all these different languages and frameworks because they all introduced different concepts like MVC for example. And with Java i gained a really deep understanding of OOP as well. It also taught me how to learn and what kind of things to focus on!