For further actions, you may consider blocking this person and/or reporting abuse
Read next
AI PCs: Combining IoT and Machine Learning to Create the Future Smart Office
Tammy Gombez -
uniapp 入门实战 19:将前端页面导出成pdf
FreeCoderX -
How to create animated image cards with Tailwind CSS and Astrojs
Michael Andreuzza -
E-commerce Web Design vs. Development: What's the Difference and Why It Matters
Robert Adler -
Top comments (4)
Hei David, I just recorded a video on this matter but not with preact, instead with actual react. Setting up is identical (please correct me if I'm wrong guys). I would recommend using preact though, it is significantly smaller :)
youtube.com/watch?v=9vf6zho57Gw
Hope this helps!
Thank you, Adrian! This really helped me. I was stuck using CRA and I don't think Preact has a similar tool. But now I will be able to work with Preact and React without having to use that.
Thank you again! 😁
Preact, has preact-cli it's basically the CRA of preact.
github.com/preactjs/preact-cli
I will check it out. Thank you 😃