Mike Suiter

Results 8 comments of Mike Suiter

This is what I did to get 8080 to serve the production build. This way works with development and also gets in Spring Boot assembled JAR. backend/build.gradle ``` classes.dependsOn(':frontend:assemble') ```...

I'm a long-time Sencha ExtJS developer and found trying to learn everything at once with React is tough so I decided to step back and start with CRA. Your project...

@cloud-walker I'm trying to use your suggestion in my app to submit whenever a select field changes value and it works with Formik 1.3.X but not with 1.4.X. Somewhere in...

Kind of an edge case to submit a form on a field change but in our real app we have a select field that when changed will make a REST...

@glossd I've been trying to get silent renew to work and ran across your solution. I added the `signinSilent()` call when the user expires but something isn't working quite right....

If it was a simple app that might not be too bad but this app will have a lot of components and deep nesting. Here is a simplified example of...

@MrLeebo Thanks for the help and pointing me to the React 16 portals. Looking at the actual DOM the ``s aren't nested and it appears that Material UI library is...

What do you mean by the style was broken? I run `pnpm dev --turbo` and the app starts and looks fine. I can't get it to build though using pnpm...