🥞Tech Stack
Development on Platter Base requires prior knowledge of the below tech stack, along with all of the listed developer tools.
Tech Stack
Web Basics ->
HTML
,CSS
,JavaScript
Vanilla JS
Zustand for global state management
Required Developer Tools
Use of the Accelerated Developer Tools also requires a thorough understanding of the following.
Shopify Theme Architecture (including all subsections)
Performance Best Practices
The best example of semantic HTML we've seen is on stripe.com. Review their source code by inspecting the page on Chrome Dev Tools. You will see a strict adherence to <section> <header> <main> <footer> tags.
Last updated