Design comparison
Solution retrospective
Almost pixel perfect 😆
I think there is one little bug in the testimonials section on the design file 😎.
Feedbacks are welcome!
Although the framework I used(Sapper) is still in early development stage, but it just works perfectly in this project. Highly recommended!
Community feedback
- @mattstuddertPosted over 4 years ago
Amazing work on this challenge, Connor! I love that you're using these challenges to experiment with new technologies. I've never even heard of Sapper! What's it like to work with? I know you've been using Svelte, so is this a fairly natural progression?
1@zuolizhuPosted over 4 years ago@mattstuddert Thinking about Sapper as the Svelte version of Next.js (Next.js is based on React).
Sapper is based on Svelte, once you know how to work with Svelte, then you know how to work with Sapper 😜.
Svelte is mainly focusing on the single page app, it is lack of pages routing. Sapper just filled the gap (it has file based page routing) with much more extra features (such as server side rendering).
The feeling of working with Sapper is kind like writing multiple html files, but you can import and export the header and footer plus some reusable components in a very straight forward way.
Plus Sapper has the static pages export option that I used in this project, which makes it super simple to host (e.g. Vercel 😆 just run Vercel in the export folder and you are good to go).
1@mattstuddertPosted over 4 years ago@zuolizhu gotcha! Thanks a lot for the comparison.
I’ll get round to playing with Svelte at some point and will take a look at Sapper when I do!
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord