I am a frontend developer with more 10 years of experience in HTML CSS and JS. In the last couple of years, I have gained some experience working in NodeJS environment and JS libraries like ReactJS and VueJS. I also work with JAMstack solutions like GatsbyJS and NextJS.
Latest solutions
Latest comments
- @Antoine-thz@web2feel
About that 1px background color bleed, a trick I tried is changing the bottom border radius of the content element from 15px to 13px.
Marked as helpful - @SparrowHawkEye@web2feel
Hi,
Congrats on successfully completing the challenge. I also encountered the issue of dynamic tailwind classes not rendering in my React app.
I was using string interpolation to construct the class names and apparently, tailwind won't support this. So I built an object with actual TW class names as its property values. Then I was able to use these object properties to insert dynamic class names for the component.
Marked as helpful