Tools of ScandiPWA

VSCode

The tools and editors are essential. For PHP - there is a standard “PHPStorm” for React development we encourage using VSCodearrow-up-right. This is a very popular code editor, with a powerful extension API. We even have our ownarrow-up-right to help you develop your store faster. You can check out our in-depth instructions herearrow-up-right.

How to use VSCode Extensions

VSCode extension overview:

ESLint and StyleLint - code-style validators

Matching code-style is very important. Consistent tabulation, proper imports, everything matters! We even made our own ESLint pluginarrow-up-right (for the next ScandiPWA version)! You can check out our dedicated doc herearrow-up-right.

circle-exclamation
Using ESList and StyleLint

Chrome remote Debugging

Configuring the remote debugging can be quite challenging. Debugging in the browser requires additional tools. Watch the tutorial video, read the docarrow-up-right and configure your Chrome and VSCode for remote debugging.

Chrome extensions mentioned in this video:

GraphQL Playground

Knowing the GraphQL schema is important. Using reliable tools from the very beginning is crucial for fast delivery. Read our docarrow-up-right and install them beforehand.

The tools mentioned in the video:

Last updated