Mateusz Bizoń
@mateuszbizonAll solutions
Product feedback app using Next.js
#accessibility#mongodb#next#tailwind-css#typescriptSubmitted about 1 year agoIn the project every page component is client component because I am using tanstack query for getting data from backend. I wonder if the page component in Next.js should be always as server component or it can be as it is now in this project?
Social media dashboard using Next and Tailwind
#next#tailwind-css#typescriptSubmitted over 1 year agoIn the project all bigger cards have own social media color used in that little line at the top of the card. I wanted to fill that color line using function with switch case that would return string which could be used in class. I did this actually but I didn't work. I mean the string appeared in the class but it didn't applied for specific css styles. I wonder there is such way to do that.
comments section using React
#react#recoil#vite#typescriptSubmitted over 1 year agoIn this project some buttons are using images inside with some text. How should I use the svg images in React if I want them to change colors while hovering on button and what should I use in styles to change them as well. Normal change color doesn't work.