home.social

#frontenddevelopment — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #frontenddevelopment, aggregated by home.social.

  1. Fixing TS7016 Error in React: Could Not Find a Declaration File for Module react-router-dom

    While working with a React + TypeScript project, you may suddenly see this error: TS7016: Could not find a declaration file for module 'react-router-dom' or: implicitly has an 'any' type This is a very common error when using TypeScript in React applications. In this article, we’ll clearly understand: What this error means Why it happens How to fix it What are declaration files Why TypeScript needs them Best practices The Exact Error Your error looks like this: TS7016: Could […]

    learnersstore.com/2026/05/23/f

  2. Can We Use Both .js and .tsx Files in a React Project? (Complete Guide)

    Many developers moving from JavaScript to TypeScript have this question: 🤔 “Can I use both .js and .tsx files in the same React project?” The answer is: ✅ YES — absolutely. In fact, many real-world React applications use a mix of: .js .jsx .ts .tsx especially during migration from JavaScript to TypeScript. In this guide, you’ll learn: What .js and .tsx files are Can they work together Real-world usage Benefits and drawbacks Best practices 📌 Understanding File […]

    learnersstore.com/2026/05/23/c

  3. Hey nerds

    Is there a way to convert this sass function so it can handle both a single and multiple properties?

    @function pxToRem($pxValue) {
        @return math.div($pxValue, 16px) * 1rem;
    }

    When I use it I call it like so:

    @Include mixin.spacing('margin', 10px);

    Which converts any px input to rem, no problem, but it's a pain if I want to write out

    @Include mixin.spacing('margin', 10px 20px 0 10px);

    Or similar, trying to work out if I can do everything in a single function.

    #SASS #SCSS #CSS #FrontEnd #FE #WebDev #FediHelp #FrontEndDevelopment #TechFediHelp

  4. Hey nerds

    Is there a way to convert this sass function so it can handle both a single and multiple properties?

    @function pxToRem($pxValue) {
        @return math.div($pxValue, 16px) * 1rem;
    }

    When I use it I call it like so:

    @Include mixin.spacing('margin', 10px);

    Which converts any px input to rem, no problem, but it's a pain if I want to write out

    @Include mixin.spacing('margin', 10px 20px 0 10px);

    Or similar, trying to work out if I can do everything in a single function.

    #SASS #SCSS #CSS #FrontEnd #FE #WebDev #FediHelp #FrontEndDevelopment #TechFediHelp

  5. Hey nerds

    Is there a way to convert this sass function so it can handle both a single and multiple properties?

    @function pxToRem($pxValue) {
        @return math.div($pxValue, 16px) * 1rem;
    }

    When I use it I call it like so:

    @Include mixin.spacing('margin', 10px);

    Which converts any px input to rem, no problem, but it's a pain if I want to write out

    @Include mixin.spacing('margin', 10px 20px 0 10px);

    Or similar, trying to work out if I can do everything in a single function.

    #SASS #SCSS #CSS #FrontEnd #FE #WebDev #FediHelp #FrontEndDevelopment #TechFediHelp

  6. Hey nerds

    Is there a way to convert this sass function so it can handle both a single and multiple properties?

    @function pxToRem($pxValue) {
        @return math.div($pxValue, 16px) * 1rem;
    }

    When I use it I call it like so:

    @Include mixin.spacing('margin', 10px);

    Which converts any px input to rem, no problem, but it's a pain if I want to write out

    @Include mixin.spacing('margin', 10px 20px 0 10px);

    Or similar, trying to work out if I can do everything in a single function.

    #SASS #SCSS #CSS #FrontEnd #FE #WebDev #FediHelp #FrontEndDevelopment #TechFediHelp

  7. Hey nerds

    Is there a way to convert this sass function so it can handle both a single and multiple properties?

    @function pxToRem($pxValue) {
        @return math.div($pxValue, 16px) * 1rem;
    }

    When I use it I call it like so:

    @Include mixin.spacing('margin', 10px);

    Which converts any px input to rem, no problem, but it's a pain if I want to write out

    @Include mixin.spacing('margin', 10px 20px 0 10px);

    Or similar, trying to work out if I can do everything in a single function.

    #SASS #SCSS #CSS #FrontEnd #FE #WebDev #FediHelp #FrontEndDevelopment #TechFediHelp

  8. First up next week at our May 28th Meetup is Thomas Baker:

    👓 He's going to make the case that we should drop vanilla #CSS completely and embrace Sassy CSS.

    Whether or not that's in its #SCSS form or - for those of us who are terrified of { brackets } and intimidated; by; colons; - the #Sass form… he's sure to let us know!

    #FrontEndDevelopment #Sheffield #Meetup

    meetup.com/front-end-sheffield

  9. First up next week at our May 28th Meetup is Thomas Baker:

    👓 He's going to make the case that we should drop vanilla #CSS completely and embrace Sassy CSS.

    Whether or not that's in its #SCSS form or - for those of us who are terrified of { brackets } and intimidated; by; colons; - the #Sass form… he's sure to let us know!

    #FrontEndDevelopment #Sheffield #Meetup

    meetup.com/front-end-sheffield

  10. First up next week at our May 28th Meetup is Thomas Baker:

    👓 He's going to make the case that we should drop vanilla #CSS completely and embrace Sassy CSS.

    Whether or not that's in its #SCSS form or - for those of us who are terrified of { brackets } and intimidated; by; colons; - the #Sass form… he's sure to let us know!

    #FrontEndDevelopment #Sheffield #Meetup

    meetup.com/front-end-sheffield

  11. First up next week at our May 28th Meetup is Thomas Baker:

    👓 He's going to make the case that we should drop vanilla #CSS completely and embrace Sassy CSS.

    Whether or not that's in its #SCSS form or - for those of us who are terrified of { brackets } and intimidated; by; colons; - the #Sass form… he's sure to let us know!

    #FrontEndDevelopment #Sheffield #Meetup

    meetup.com/front-end-sheffield

  12. First up next week at our May 28th Meetup is Thomas Baker:

    👓 He's going to make the case that we should drop vanilla #CSS completely and embrace Sassy CSS.

    Whether or not that's in its #SCSS form or - for those of us who are terrified of { brackets } and intimidated; by; colons; - the #Sass form… he's sure to let us know!

    #FrontEndDevelopment #Sheffield #Meetup

    meetup.com/front-end-sheffield

  13. Everyone claims to build modern front-end apps.

    But who actually delivers scalable, high-performance UI/UX in 2026? ⚡

    We reviewed top front-end development companies helping startups and enterprises build faster with React, Angular, and Vue.

    👉 Watch here:
    youtu.be/vmOgCJqEXeU?si=oRdTu8

    #FrontendDevelopment #HireDevelopers #ReactJS #Angular #VueJS #WebDevelopment #SaaSDevelopment #AcquaintSofttech

  14. Everyone claims to build modern front-end apps.

    But who actually delivers scalable, high-performance UI/UX in 2026? ⚡

    We reviewed top front-end development companies helping startups and enterprises build faster with React, Angular, and Vue.

    👉 Watch here:
    youtu.be/vmOgCJqEXeU?si=oRdTu8

    #FrontendDevelopment #HireDevelopers #ReactJS #Angular #VueJS #WebDevelopment #SaaSDevelopment #AcquaintSofttech

  15. Naty @eclecticpassions ·

    025 is out (not as late as last week)!
    2026: Week 17/52 (Apr 20 – Apr 26)

    ➡️ burgeonlab.com/weeknotes/2026/

    Some site updates, adding a digest section, streamlined link roundup creation and a sneak peek at my remote participation!

    This is post 35 of
    📈 burgeonlab.com/tags/100daystoo

  16. #BurgeonLab #WeekNotes 025 is out (not as late as last week)!
    2026: Week 17/52 (Apr 20 – Apr 26)

    ➡️ burgeonlab.com/weeknotes/2026/

    Some site updates, adding a #webmention digest section, streamlined link roundup creation and a sneak peek at my remote #indiewebcamp participation!

    This is post 35 of #100DaysToOffload
    📈 burgeonlab.com/tags/100daystoo

    #blogging #blogs #smallweb #indieweb #weeknote #personalBlog #weeklynote #linkdump #blog #indieweb #frontenddevelopment #frontend

  17. BORROWED STORIES

    The Epic of Gilgamesh predates the Bible by at least a thousand years. Multiple mythologies share its themes, structure, sequence, and specific details. That's not coincidence or parallel evolution. It's borrowing. Take the flood. In Gilgamesh, Utnapishtim is warned by a god, builds a boat, loads it with animals, releases birds to find land. The gods regret what they've done. In Genesis: divine warning, ark, animals, birds, mountain landing, God's regret. Same sequence, same order. The […]

    ridiculousbharath.wordpress.co

  18. borrowed stories

    The Epic of Gilgamesh predates the Bible by at least a thousand years. Multiple mythologies share its themes, structure, sequence, and specific details. That's not coincidence or parallel evolution. It's borrowing. Take the flood. In Gilgamesh, Utnapishtim is warned by a god, builds a boat, loads it with animals, releases birds to find land. The gods regret what they've done. In Genesis: divine warning, ark, animals, birds, mountain landing, God's regret. Same sequence, same order. The […]

    ridiculousbharath.wordpress.co

  19. BORROWED STORIES

    The Epic of Gilgamesh predates the Bible by at least a thousand years. Multiple mythologies share its themes, structure, sequence, and specific details. That's not coincidence or parallel evolution. It's borrowing. Take the flood. In Gilgamesh, Utnapishtim is warned by a god, builds a boat, loads it with animals, releases birds to find land. The gods regret what they've done. In Genesis: divine warning, ark, animals, birds, mountain landing, God's regret. Same sequence, same order. The […]

    ridiculousbharath.wordpress.co

  20. borrowed stories

    The Epic of Gilgamesh predates the Bible by at least a thousand years. Multiple mythologies share its themes, structure, sequence, and specific details. That's not coincidence or parallel evolution. It's borrowing. Take the flood. In Gilgamesh, Utnapishtim is warned by a god, builds a boat, loads it with animals, releases birds to find land. The gods regret what they've done. In Genesis: divine warning, ark, animals, birds, mountain landing, God's regret. Same sequence, same order. The […]

    ridiculousbharath.wordpress.co

  21. borrowed stories

    The Epic of Gilgamesh predates the Bible by at least a thousand years. Multiple mythologies share its themes, structure, sequence, and specific details. That's not coincidence or parallel evolution. It's borrowing. Take the flood. In Gilgamesh, Utnapishtim is warned by a god, builds a boat, loads it with animals, releases birds to find land. The gods regret what they've done. In Genesis: divine warning, ark, animals, birds, mountain landing, God's regret. Same sequence, same order. The […]

    ridiculousbharath.wordpress.co

  22. Higher Order Components (HOC) in React: Complete Guide with Examples

    When working with React, you’ll often need to reuse logic across multiple components. That’s where Higher Order Components (HOC) come into the picture. In this guide, you’ll learn: What a Higher Order Component is Why we need it How it works Multiple real-world examples When to use and when to avoid What is a Higher Order Component (HOC)? Simple Definition A Higher Order Component (HOC) is a function that takes a component and returns a new enhanced component. Syntax const […]

    learnersstore.com/2026/04/10/h

  23. 🚀 Oh, wow, Async Iterables in 2018? What a revelation! 🎉 It's almost as if the author discovered fire and decided to write a novel about how it changed cooking. 🔥 Because, clearly, front-end developers have been living in the Stone Age until now. 🙄
    github.com/SacDeNoeuds/yawn #AsyncIterables #FrontEndDevelopment #TechRevolution #2018Innovation #DeveloperHumor #HackerNews #ngated

  24. 🚀 Oh, wow, Async Iterables in 2018? What a revelation! 🎉 It's almost as if the author discovered fire and decided to write a novel about how it changed cooking. 🔥 Because, clearly, front-end developers have been living in the Stone Age until now. 🙄
    github.com/SacDeNoeuds/yawn #AsyncIterables #FrontEndDevelopment #TechRevolution #2018Innovation #DeveloperHumor #HackerNews #ngated

  25. 🚀 Oh, wow, Async Iterables in 2018? What a revelation! 🎉 It's almost as if the author discovered fire and decided to write a novel about how it changed cooking. 🔥 Because, clearly, front-end developers have been living in the Stone Age until now. 🙄
    github.com/SacDeNoeuds/yawn #AsyncIterables #FrontEndDevelopment #TechRevolution #2018Innovation #DeveloperHumor #HackerNews #ngated

  26. 🚀 Oh, wow, Async Iterables in 2018? What a revelation! 🎉 It's almost as if the author discovered fire and decided to write a novel about how it changed cooking. 🔥 Because, clearly, front-end developers have been living in the Stone Age until now. 🙄
    github.com/SacDeNoeuds/yawn #AsyncIterables #FrontEndDevelopment #TechRevolution #2018Innovation #DeveloperHumor #HackerNews #ngated

  27. 🚀 Oh, wow, Async Iterables in 2018? What a revelation! 🎉 It's almost as if the author discovered fire and decided to write a novel about how it changed cooking. 🔥 Because, clearly, front-end developers have been living in the Stone Age until now. 🙄
    github.com/SacDeNoeuds/yawn #AsyncIterables #FrontEndDevelopment #TechRevolution #2018Innovation #DeveloperHumor #HackerNews #ngated

  28. Ah, a tech site in 2023 that still can’t function without #JavaScript and #cookies. 🍪🔧 Truly, we’re witnessing the pinnacle of innovation here: a broccoli that turns into carrots if you just update your browser. 🥦➡️🥕
    worksinprogress.news/p/many-of #techinnovation #webdevelopment #browserupdate #frontenddevelopment #HackerNews #ngated

  29. Ah, a tech site in 2023 that still can’t function without #JavaScript and #cookies. 🍪🔧 Truly, we’re witnessing the pinnacle of innovation here: a broccoli that turns into carrots if you just update your browser. 🥦➡️🥕
    worksinprogress.news/p/many-of #techinnovation #webdevelopment #browserupdate #frontenddevelopment #HackerNews #ngated

  30. Ah, a tech site in 2023 that still can’t function without #JavaScript and #cookies. 🍪🔧 Truly, we’re witnessing the pinnacle of innovation here: a broccoli that turns into carrots if you just update your browser. 🥦➡️🥕
    worksinprogress.news/p/many-of #techinnovation #webdevelopment #browserupdate #frontenddevelopment #HackerNews #ngated

  31. Ah, a tech site in 2023 that still can’t function without #JavaScript and #cookies. 🍪🔧 Truly, we’re witnessing the pinnacle of innovation here: a broccoli that turns into carrots if you just update your browser. 🥦➡️🥕
    worksinprogress.news/p/many-of #techinnovation #webdevelopment #browserupdate #frontenddevelopment #HackerNews #ngated

  32. Sagar Pansuriya – Senior Frontend Developer | Acquaint Softtech

    Looking to hire a Frontend Developer who can turn product designs into fast, responsive, production-ready interfaces?

    Meet Sagar Pansuriya, Frontend Engineer at Acquaint Softtech with 10+ years of experience in Laravel, Tailwind CSS, Alpine.js, responsive web development, and PWA implementation.

    🎥 Watch full video:
    youtube.com/shorts/QmXhv7Tr6fs

    #HireFrontendDeveloper #FrontendDevelopment #HireDevelopers #OutsourceDevelopment

  33. Sagar Pansuriya – Senior Frontend Developer | Acquaint Softtech

    Looking to hire a Frontend Developer who can turn product designs into fast, responsive, production-ready interfaces?

    Meet Sagar Pansuriya, Frontend Engineer at Acquaint Softtech with 10+ years of experience in Laravel, Tailwind CSS, Alpine.js, responsive web development, and PWA implementation.

    🎥 Watch full video:
    youtube.com/shorts/QmXhv7Tr6fs

    #HireFrontendDeveloper #FrontendDevelopment #HireDevelopers #OutsourceDevelopment

  34. Nidhi Patel – Senior Frontend Developer | Acquaint Softtech

    Looking to hire a Frontend Developer who can turn Figma or Adobe XD designs into responsive, production-ready interfaces?

    Meet Nidhi Patel, Frontend Engineer at Acquaint Softtech with 7+ years of experience in HTML, CSS, JavaScript, Tailwind, WordPress, and API integrations.

    🎥 Watch full video:
    youtube.com/shorts/9RFhUAhHbbg

    #HireFrontendDeveloper #WordPressDeveloper #FrontendDevelopment #HireDevelopers #OutsourceDevelopment

  35. Nidhi Patel – Senior Frontend Developer | Acquaint Softtech

    Looking to hire a Frontend Developer who can turn Figma or Adobe XD designs into responsive, production-ready interfaces?

    Meet Nidhi Patel, Frontend Engineer at Acquaint Softtech with 7+ years of experience in HTML, CSS, JavaScript, Tailwind, WordPress, and API integrations.

    🎥 Watch full video:
    youtube.com/shorts/9RFhUAhHbbg

    #HireFrontendDeveloper #WordPressDeveloper #FrontendDevelopment #HireDevelopers #OutsourceDevelopment

  36. Lately, I've been intrigued by the idea of diving into frontend development, but the constant flood of new JavaScript frameworks feels overwhelming, leading to a sense of JavaScript burnout. The appeal of the latest TypeScript tools is tempting, yet I'm hesitant about the effort required, especially with AI potentially taking over coding tasks soon. 😔 #JavaScript #FrontendDevelopment #TypeScript #FutureWithAI

  37. All the magazines are saying it. Bookmarklets are so in right now.

    You may consider them obsolete in the face of shinier tools, but they prove themselves a solid, stable staple of any developer’s toolbox.

    I wrote about creating and using them over on @csstricks

    https://css-tricks.com/a-complete-guide-to-bookmarklets/

    #WebDev #FrontEndDevelopment

  38. #FediHire #FediHelp

    Ello chums!

    I am now in a position to start looking for my next role.

    I am a Frontend/JavaScript Developer.

    • Have recently been using Vue.js and would love to remain working with that tech stack. Although I also have experience with React.
    • I am very interested in accessibility, modular and flexible JavaScript, CSS, documentation and savvy design.
    • I also enjoy being client-facing, more than happy to explain technical issues to non technical stakeholders.
    • 15+ years experience working in this space.

    Info:

    • I am available immediately.
    • I prefer remote first positions.
    • Open to Permanent or Contract.

    I am UK based in the East Midlands.

    Give me a 📱or 📩

    Retoots more than welcome.

    #FrontEnd #FrontEndDevelopment #FrontEndDeveloper #JavaScript #Work #Jobs #JobSearch

  39. A few days ago, I stumbled upon an interesting new frontend framework for Swift-based web projects called ElementaryUI. It allows developers to code their frontend entirely in Swift.

    You can follow them at @elementarycodes

    #development #webdevelopment #swift #apple #frontenddevelopment

    blog.alexseifert.com/2026/02/1

  40. I had the pleasure of reading and reviewing this post before publication, and I must say that there is some properly interesting content within.

    The intriguing sort of data and CSS trivia you don’t see captured and analysed anywhere else.

    Well worth taking the time to give it a read in full.

    https://www.projectwallace.com/the-css-selection/2026

    #WebDev #CSS #FrontEndDevelopment

  41. In this cesspool that frontend development is nowadays, it warms my heart to hear about the release of jQuery version 4.

    Declared dead, but more alive then ever, still heavy lifiting most of the internet, giving a fuck about this months hyped JengaScript Framework.

    #jQuery #WebDevelopment #FrontendDevelopment

  42. I remain unable to find a good list. Would you be interested in a front-end/web development conference listing site if I were to build one?

    #WebDev #FrontEndDevelopment

    RE: https://fedi.vale.rocks/objects/a011f5d7-6d32-4c4d-a0c4-77c4af70ca95