React Scss TailwindCSS react-beautiful-dnd
Matija
@matijaoeAll comments
- @JDFIREXSubmitted over 3 years ago@matijaoePosted over 3 years ago
I love the scrollbar in the actual list itself, wish I had thought of that
Also that drag & drop is reaaally smooth, very nice
0 - @LaplaceXDSubmitted about 4 years ago
Just learned React, and REST APIs, so to put what I learned to the test, I present my first project in React JS. Suggestions and criticisms are highly appreciated, so I could grow even more.
Questions:
-
Optimal way to use APIs, cache the entire data for later use, or just take what you need for that current render?
-
Styled Components or 7-1 architecture for styling components in React?
-
Did I refactor my code too much, or does it need more refactoring?
-
Is my code properly decoupled, easy to maintain and scalable?
-
Should I bother learning more webpack, or is CRA enough?? (I don't feel like that I need webpack right now, and CRA makes my life a lot easier).
I didn't add any animations this time, since it's pretty hard to maintain a balance between school (due to new normal) and coding, so forgive me if the renders are too flat.
-
- @SirPmSubmitted about 4 years ago@matijaoePosted about 4 years ago
Font is extremely tiny (10px). Seems like everything works, but you have a lot accessibility and html issues. For example, single ID should be used only once, if you're using the same ID on multiple elements, replace it with classes
0 - @Mahesh-yadavSubmitted over 4 years ago@matijaoePosted over 4 years ago
Best solution I've seen so far, clean code, love the CSS Grid usage. Good job!
0