🥞Tech Stack
Development on Platter Base requires prior knowledge of the below tech stack, along with all of the listed developer tools.
Last updated
Development on Platter Base requires prior knowledge of the below tech stack, along with all of the listed developer tools.
Web Basics -> HTML, CSS, JavaScript
Vanilla JS
Zustand for global state management
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