DEV Community

raivikas
raivikas

Posted on • Originally published at nextjsdev.com on

10 predictions for 2021 in the web development world.

10 predictions for 2021 in the web development world.

Hey everyone welcome to another new blog, my name is Vikas Rai and today in this article, I am going to tell you my 10 predictions for 2021 in the web development world.

So, let’s get started:

1. ES build

Number one I believe that this year will see a massive increase in es build and the toolkit it brings with itself like other tools like White and Snowpack which use ES build internally.

This is because es build literally puts other tools like webpack to a shame when you benchmark them or speed test them it's not a two times it's not a five times it's not a ten times it's a hundred times faster than Webpack now that's something to consider when both tools do the same job.

In many people uses snowpack on cooldown playgrounds as well it’s not a regular Webpack because that's just too slow for booting up a playground but anyway this is my first prediction, I believe and I hope that more development ecosystem at least in development makes use of Esbuild because that speeds up your deployment time by a hundred times.

2. Concurrent Mode in React.js

Number two I believe that this is the year when concurrent mode is

going to land in the react, because concurrent mode is a highly polarized

sort of thing where some people are extremely unhappy for landing it and some people just think that it will break the web.

But this is going to be the year I believe react team will land concurrent mode it has been there for so long it has been hyped for so long and it is sort of an experimental mode as well available right now but this is the year which should see stable release of react concurrent mode.

3. Wasm (Web Assembly)

Number three for me is going to be support for Wasm and popularity

now we have been hearing about Wasm since 2017 but i believe this year it is going to be much more popular and it's going to get much more popular as well among projects.

Recently Wasm has ported ffmpeg binary from the native binary do awesome which enables you to actually run ffmpeg in the browser itself but the point being wasn't is going to be impactful for the web.

In the next three to five years and in 2021 is going to add huge amount of fuel to see growth in web development.

4. TypeScript (TS)

Number four is typescript , which will keep on gaining popularity and you have to get on with it that TypeScript is the obvious next step

when you're learning JavaScript and you want to use JavaScript in

you know serious stuff serious business then it is of no brainer to go ahead and use .

Why Typescript because JavaScript at the end of the day has a very loose typing system which is probably not the best thing you want on

a production server so yeah typescript has done a massive

jump in the Github use in the year 2020 and I only believe that this is going up in 2021 as well not so much popular with JavaScript.

So it will probably stay at number two in the Github rankings but it is

definitely going up spots in all sorts of ranking this year as well as in the coming years as well.

5. Rise of React Query and useSWR

Number five for me is going to be rise of libraries like React query and

useSWR and their similar equivalent elements and other frameworks and libraries why because these libraries make it so easy to cache network request to revalidate network request to you know just

mutate the data which is present in the in the in the sort of network cache

and not care at all about those stores and maintaining a central state and all that stuff.

Most of the applications are built around you know just network codes and just caching them on the application layer and then you know reusing those same network calls calling them again and again

really simplifies your model of your application.

So I highly believe that libraries like react query and the mention I have just mentioned and useSWR are going to see a massive increase in use as developers become aware about them.

This is going to be replaced by you know the standard fetch and use effect practices which we usually do when you're starting to learn react and this is a huge benefit both in terms of front-end developing and back-end development in terms of resources in terms of user experience and basically whatever you can think , this is actually the right step.

6. Fall of Redux

Number six is going to be a fall of redux for me why because well let's face it most applications are a bigger chunk of applications which uses Redux to maintain central state right so that is point number one to keep in mind.

The point number two is out of that bigger chunk of applications I don't have the exact figures but I am assuming a lot of applications use redux to maintain network level state that means you get something from the server you store it in a redux store that is used by multiple components whether it's your header whether it's your content and that allows you to you know not bug this over again and again that is a use case which is solved already by number six five by react query useSWR and similar elements.

So if you have those in place it not only just simplifies your logic a lot because now you do not have to see that data flow it gives you out of the box benefits of caching revalidation just like I mentioned in the last point so definitely this is something which is

going to put an impact to Redux.

So this is my huge prediction for 2021 that Redux is going to see a decline in growth it's going to see a de-acceleration of the

amount of downloads of the use because of number five which i mentioned above.

7. SSG and SSR (Static site generation & Server side Rendering)

So number seven is going to be see a massive increase in websites using

server side generation and rendering frameworks like Next.js on Nuxt.js

Why because developers are also realizing even companies are realizing

that in order to gain speed in order to have better performance in order to have better SEO in order to have better web vital scores you need to generate as much content as you can on server and use minimal JavaScript on the front-end it's just better UX it's not like rocket science.

If you have less code to execute you have much more performant web pages so that is going to see a huge jump actually it's just going to continue because 2020 has been i guess the year for Next.js

but yeah this is going to continue even more in 2021.

8. Increase in Serverless Technology

Number eight is as usual we're going to see a huge increase in serverless now because not just AWS and lambdas and you know the core technology but the companies built on top of lambdas also

like Vercel for example Vercel deploys your Next.js score and you know all your serverless functions on lambda so that is a serverless

technology so these technologies and platforms will help you as

developer to focus much more on the coding aspects

even if you are building high traffic websites and focus less on

the infrastructure which is pretty cool.

So this is going to be a huge developer experience boost in 2021

shifting of more things on the serverless side of more traffic oriented websites on the serverless side so you focus more on the code and business logic and less on the infrastructure.

9.) No AI or gpt-3

Number nine is something that I sincerely believe that AI or gpt-3 and all that stuff is not going to take over the web why because people still do not know what they want to build you know tools like gpt-3 and all these AI stuff are going to need exact representation of what you want but most of the times when you're dealing with those boring clients they just want revisions again and again.

So yeah I mean humans are here to stay and you know on serious note I sincerely believe that this although is the beginning of the end of easy frontend jobs it is still the beginning of the end but it is still a long way to go I mean that AI will just get better from this point.

But trust me you at least have five to seven to ten years of you know easy front-end jobs and gigs still with you so there's that you aremore likely to be you know thrown out of shop by Figma or you know all these all these automatic website building tools.

The gpt-3 presentation where you just write text and the code spits out so be careful of Figma you know Shopify , WordPress and these stuff which people use instead of like AI and you know wandering and discussing about AI is taking over the code and web and that stuff.

These are not my opinions by the way , these prediction is made by @mehul Mohan (Co-Founder Codedamn.com ) on his YouTube channel “codedamn” and also it’s also a platform for learning Web-development with mentorship, hands-on practice and courses.

I just have taken those words and shape them into this article because it was so much informative and interesting , that I cant resist myself to write this article.

The codedamn Platform offers both free and paid Courses . I personally used only the free version because it provides most of the thing which I wanted.

But with paid membership you get access to all the resources , mentorship and everything the platforms offers.

Actually I have not yet mentioned the Tenth prediction , so yeah that’s is my own prediction

10. Codedamn (Platform for learning Web-Development)

Number ten is this platform which I came across in December 2020 when I was searching for Next.js tutorial and from there I reached his YouTube Channel “codedamn” and from there I came to know about codedam.com.

It is going to become one of the best learning platforms for web development in 2021 whether it's front-end whether it's back-end

full-stack databases all that stuff this is going to be the best platform to get your hands dirty with video courses to get your hands dirty with practice projects creating playground snippets all that beautiful stuff linked with mentorship as well.

In case you are interested to know about codedamn the you can visit by click on the below link:

YouTube URL:

https://www.youtube.com/c/codedamn/featured

Website URL:

https://codedamn.com/

Conclusion

So yeah guys that was my 10 Predictions for 2021 what do you think are these right are these wrongs would you like to add something to the predictions or in general if you like reading the article please leave a comment below and let me know what you think .

I hope you enjoyed reading this article and if you have read till here then thank you so much for your patience reading.

Top comments (1)

Collapse
 
mehul profile image
Mehul Bisht

@raivikas thanks for sharing your thoughts and predictions about web development with the dev community, but unfortunately I'm not Mehul Mohan.