devloco

Results 8 issues of devloco

## Paste the link of the GitHub organisation below and submit https://github.com/OWASP --- ###### Please subscribe to this thread to get notified when a new repository is created --- ######...

Since I started this project, I've had problems getting the Progressive Web Apps (PWA) stuff that is built into `create-react-app` to work. I've just been remarking out that code. But...

enhancement

Not sure how I missed this for so long... but I need to add a Create-React-WPTheme specific README instead of leaving the one from Create-React-App.

bug

Sometimes the error overlay looks wonky if you manually refresh the browser. For example in `App.tsx` (note TypeScript) if you change line 3 to this (note the `foo`): ` import...

bug
cosmetic

The way that the Browser Refresh Server and the Client Error Overlay interact with each other is... hacky. Webpack has a full "taps" API that I should use instead.

bug
enhancement

When running `create-react-wptheme` for the first time, the browser tab that auto opens and performs the PHP part of the setup can be auto closed. When you restart the NodeJs...

bug

Personally, I've never seen any benefit to unit testing... but I realize I'm in the minority there. So basically I've been nuking all the unit testing support code built into...

enhancement

If a user's dev server and prod server use differing paths for the root URL (a common setup) this can get confusing. Here's what happens: * The user ran `npm...

enhancement