Dimitrios Dristellas
@dimitrisdrAll solutions
Rock Paper Scissors React
#react#vite#animationSubmitted 4 months agoI’m looking for advice on improving my approach to managing animations with proper sequencing and delays in React, as well as designing a clean and maintainable component architecture. If you have any tips, resources, or best practices to tackle these challenges effectively, I’d greatly appreciate your guidance!
Rest Countries App with React and Vite
#react#viteSubmitted 4 months agoLearning some hooks like useMemo, useCallback and useReducer and their applications in the context of performance is somethink that i need help with.
product-list-with-cart-react
#vite#reactSubmitted 6 months agoComponent architecture is something that I need to understand better!
results-summary-component-main-react
#react#viteSubmitted 6 months agoI would like to understand better the folder structure that vite provided me with. I wasn't sure where should i actually put the images that in order for vite to find the correct paths. I did it manually be replacing the urls with absolute paths.
space tourism website
Submitted 6 months agoAccesibility is something that I need to study. I also think that asynchronous functions is something that I don't fully understand
Room Homepage
Submitted 7 months agoThe typography size is something that I can't do I an efficient way espessially when the screen size gets too big or too small. I think that I need to study and see example of how to deal with this. Also I need to work on establishing correctly the sizes between grid rows and columns.
Loopstudios landing page
Submitted 7 months agoHolding the content design to specific width while maintaining the background images to 100vw is something that I got struggled with. I wrapped specific areas with div.wraper in order to achieve this. I wonder if there were shortcuts to this.
NFT preview card component
Submitted 7 months agoI need to work a lot in order to name my css classes in a more efficient way.
E commerce product page
Submitted 7 months agoI am not sure about the html structure of the lightbox. Also i don't know how to fit it correctly in smaller screen heights.
news home page main
Submitted 8 months agoHandling the spaces between the titles and the content when the image size increases is something that I need to fix in my projects. Any suggestions are welcome!
contact form main
Submitted 8 months agoI would like to understand better the aria-attributes. More over I would like to understand better the functionality of the command e.preventDefault().
Interactive rating component
Submitted 8 months agoI think that the animations is something that I need to work with. I didn't know how to smoothly transition between the two states.
tip calculator main
Submitted 8 months agoI think that I need to work further on how to right less code. Also I think that I need to name CSS classes in a more efficient way.
time tracking dashboard
Submitted 8 months agoI would like to understand better on how asynchronous functions work.
Newsletter sign up form with success message
Submitted 8 months agoThe question is: Does the e.preventDefault also prevents data for going to backend?
preview component card
Submitted 8 months agoI think that I would like a simpler approach for how to display the icons container with simpler way (no js) like the design.