Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted

    Social Media Dashboard with a theme switcher

    #accessibility#react#vite#animation
    • HTML
    • CSS
    • JS

    0


    Here's my latest React project, this time around I learnt how to access data using Context.

    So, I created multiple Providers while looping through a list of items in other to pass that item's data into a component that uses a Consumer to render that data

    Now my question remains, is this really good practice? Because I feel like I'm polluting the component tree

  • Submitted

    Rating Component for collecting feedback

    #react#vite#tailwind-css
    • HTML
    • CSS
    • JS

    0


    Unrelated but is anyone doing serverless functions? It's interesting i can build backend functions without deploying and managing a server

  • Submitted

    Intro component with signup form

    #react#tailwind-css
    • HTML
    • CSS
    • JS

    1


    Are there any production cons of forwarding refs? How can i reduce the amount of javascript bundled?