mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-24 17:44:21 +03:00
Merge branch 'release' of https://github.com/wasp-lang/wasp into release
This commit is contained in:
commit
05c2a6d58a
@ -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
|
||||
|
69
web/blog/2023-02-02-no-best-framework.md
Normal file
69
web/blog/2023-02-02-no-best-framework.md
Normal 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 doesn’t *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. It’s the web developers biggest “first-world problem” — a problem that’s not really a problem. On Maslow’s *Hierarchy of Developer Needs,* it’s 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. That’s a 120% increase in a matter of 4 years, and that’s 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. It’s 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 doesn’t 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 you’re looking for a new role and only have experience in Vue or Angular, I can’t 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 you’re a beginner or Junior dev, once you have the basics of HTML, CSS, and JS under your belt, it doesn’t 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 it’s 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 you’ve done a bit of research and found a framework that suits your needs and you enjoy using it — use it. There’s really no good reason not to.
|
||||
|
||||
<br/>
|
||||
<hr/>
|
||||
|
||||
*Want to stay in the loop? → [Join our newsletter!](/#signup)*
|
||||
|
BIN
web/static/img/best-framework/hierarchy-of-dev-needs.png
Normal file
BIN
web/static/img/best-framework/hierarchy-of-dev-needs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 207 KiB |
BIN
web/static/img/best-framework/midwitwasp.jpeg
Normal file
BIN
web/static/img/best-framework/midwitwasp.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
BIN
web/static/img/best-framework/pretending.png
Normal file
BIN
web/static/img/best-framework/pretending.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
BIN
web/static/img/best-framework/state-of-js.png
Normal file
BIN
web/static/img/best-framework/state-of-js.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 367 KiB |
BIN
web/static/img/beta-launch-review/alpha-feedback.png
Normal file
BIN
web/static/img/beta-launch-review/alpha-feedback.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Loading…
Reference in New Issue
Block a user