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


    This is my first time making a project using react, so any feedback or advice will be great, when I try to make this project there's a few things that I get stuck on, which is :

    • At first I’m still pretty confused on how I get the data, when I just started I thought that I need to create state for comment and replies separately, but then I realized that I need to make the replies become the “children” for the specific comment which is the “parent” using the parent id

    • When I tried to save my data to local storage, it’s seem that every time I reload the page it always set to an empty array, and after I search stack overflow for the solution, I found out that I need to initialize my state using the local storage value and then the code finally works !

    Other than that it was a pretty fun challenge, and I learnt a lot about react 🥳🎉!!

  • Submitted


    Hi guys, This is my first time using CSS preprocessor (SASS), if there's any suggestion or advice about it I'll really appreciate it, there's some question that I'm still confused, for example :

    1. I watched a tutorial about making a separate file for the responsive part, but when I tried it, the media queries is at the top of the other CSS so it doesn't work, how do I make it that it appears in the bottom part of CSS ?

    2. When there's many type of color is it better to declare it on a map or just declare it one by one ?

    Once again any advice or suggestion are very appreciated, Thanks !!