I'm a fairly new React developer, but I've built complex SPAs, React Native apps, and static generated sites with Gatsby. These are all very different patterns and approaches with major tradeoffs.
What exactly is the pattern used in a WTS project? Looks like serverless rendered pages similar to Next.js?
Thanks for mentioning those patterns, I'll take a look at them. The idea for this project is to allow the user to choose the pattern, frameworks, and backend services easily so they fit with their use case.
Right now, we have a React + React Router pattern with an Express node backend, but the goal is to incorporate different patterns and technologies in the generation wizard so users can choose. One piece of feedback we want to hear from the community is: what do you prefer to use when it comes to frameworks and application patterns for web applications?
brendanmc6|6 years ago
What exactly is the pattern used in a WTS project? Looks like serverless rendered pages similar to Next.js?
jcoc611|6 years ago
Right now, we have a React + React Router pattern with an Express node backend, but the goal is to incorporate different patterns and technologies in the generation wizard so users can choose. One piece of feedback we want to hear from the community is: what do you prefer to use when it comes to frameworks and application patterns for web applications?