Child Component function firing before parent state is updated
I have been trying to make a dropdown component that is reusable and decided to put 2 inputs in there so I can validate the range of value. The validation happens but the state passed as a prop does not update before setIsOpen function is fired.
Child Component function firing before parent state is updated
I have been trying to make a dropdown component that is reusable and decided to put 2 inputs in there so I can validate the range of value. The validation happens but the state passed as a prop does not update before setIsOpen function is fired.
Span element not displaying inside div in React component with Tailwind CSS
I’m working on a React component that uses Tailwind CSS for styling, and I’m encountering an issue where a element is not displaying inside a . I’m trying to create a video carousel where each video has a corresponding indicator, and the indicator includes a element for progress. However, the elements are not showing up inside their parent s.
Best practice to parse API data into an object variable in the frontend
I have a large project where i am working with multiple developers where we are using react as our frontend with zustand as our state manager and python as our backend. What is the best practice for a frontend to process the json data given from the backend.
Advanced frontend dev
I am searching for something like a „road map“ for grow up my frontend skills.
At work I have achieved the highest level, and for example React is just some times used, without typescript and without the new features…
I learned in the passt from books, udemy, youtube and others, but I see that there is a huge difference between what you learn and how the thinks will be in a real production.
2 years of frontend development with:
Get PDF data in Reactjs
I was trying to get pdf data using react-pdf but couldn’t figure out how to get it.