Merge branch 'release' of https://github.com/wasp-lang/wasp into release

This commit is contained in:
vincanger 2023-02-02 15:29:03 +01:00
commit 05c2a6d58a
7 changed files with 77 additions and 4 deletions

View File

@ -1,9 +1,7 @@
---
title: 'Convincing developers to try a new web framework - the effects of launching beta'
authors: [matijasos]
image: /img/update-dec-23/banner.png
image: /img/beta-launch-review/beta-feedback.png
tags: [webdev, wasp, startups, github]
---
@ -15,10 +13,16 @@ import WaspIntro from './_wasp-intro.md';
import ImgWithCaption from './components/ImgWithCaption'
*Want to stay in the loop? → [Join our newsletter!](/#signup)*
<ImgWithCaption
alt="Alpha feedback"
source="img/beta-launch-review/alpha-feedback.png"
caption="How it started: feedback on Wasp Alpha, 3 years ago"
/>
We are developing an OSS web framework in a form of a config language (DSL) that works with React & Node.js. Getting developers to use a new tool (especially a web framework) is [a pretty hard thing to do](/blog/2022/09/29/journey-to-1000-gh-stars). We wished there were more stories of how today's mainstream tools got adopted that we could learn from, so that motivated us to document our own.
*Want to stay in the loop? → [Join our newsletter!](/#signup)*
<!--truncate-->
## TL;DR

View File

@ -0,0 +1,69 @@
---
title: "The Best Web App Framework Doesn't Exist"
authors: [vinny]
image: /img/best-framework/pretending.png
tags: [framework, StateOfJS, react, webdev]
---
import Link from '@docusaurus/Link';
import useBaseUrl from '@docusaurus/useBaseUrl';
import InBlogCta from './components/InBlogCta';
import WaspIntro from './_wasp-intro.md';
import ImgWithCaption from './components/ImgWithCaption'
<br/>
The web app framework you choose doesnt *really* matter. Well, it matters, just not as much as others would like you to believe.
The fact that so many libraries and frameworks exist in 2023, and that **the best one** is [still hotly debated](https://joshcollinsworth.com/blog/self-fulfilling-prophecy-of-react), proves my point. Its the web developers biggest “first-world problem” — a problem thats not really a problem. On Maslows *Hierarchy of Developer Needs,* its definitely near the top (ok, I made that up 😅)
<br/>
<ImgWithCaption
alt="hierarchy of developer needs"
source="img/best-framework/hierarchy-of-dev-needs.png"
/>
<br/>
<!--truncate-->
For example, according the the [StateOfJS](https://2022.stateofjs.com/en-US/libraries/front-end-frameworks/) survey, there were 5 Front-end Frameworks with good retention in 2018, now there are 11 in 2022. Thats a 120% increase in a matter of 4 years, and thats not even taking into account the hot meta-frameworks like NextJS, SvelteKit, or Astro!
<br/>
<ImgWithCaption
alt="State of JS 2022"
source="img/best-framework/state-of-js.png"
caption="A growing family of frameworks..."
/>
<br/>
These are great developments for the space, overall. They improve things like developer speed, bundle size, performance, and developer experience. But they also make it damn hard for developers and teams to make a decision when trying to decide which to use for their next project. Its even worse for beginners, which is probably why they just go for React — which, of course, is perfectly fine.
And I think all of this is OK, because in the end it doesnt really matter which one you choose. When it really comes down to it, all that matters is that the framework you chose:
- Is stable
- Allows you to move quickly
- Allows you to reach your end goal
Why? Because most of them are built around the same concepts, have proven themselves capable of performing at scale, and have communities you can engage with and learn from.
React might be the most prominent in job descriptions, but if youre looking for a new role and only have experience in Vue or Angular, I cant imagine it would take you more than a week to build a side-project with React to display your ability to prospective employers.
On the flip side, if youre a beginner or Junior dev, once you have the basics of HTML, CSS, and JS under your belt, it doesnt really matter what framework you learn. I personally started learning backend development with Node/ExpressJS, but landed my first role as a Frontend developer with Angular. In my second role I used NextJS, and now I work with [Wasp](https://wasp-lang.dev) (a full-stack framework built on top of React and ExpressJS). [Developers never stop learning](https://www.youtube.com/watch?v=gl5HvBpUbt8), so its kind of a non-argument to deride any specific framework — unless it really sucks, but then no one will continue to use it anyway.
<br/>
<ImgWithCaption
alt="Use what works"
source="img/best-framework/midwitwasp.jpeg"
/>
<br/>
So, in the end, use what works. Because in 99.99% of cases, your choice of web framework will not decide the fate of your project.
If youve done a bit of research and found a framework that suits your needs and you enjoy using it — use it. Theres really no good reason not to.
<br/>
<hr/>
*Want to stay in the loop? → [Join our newsletter!](/#signup)*

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB