/)
State of Javascript Frameworks 2023
- Maximilian Schwarzmüller
There's a new JavaScript framework almost every day. Are we now finally in the last evolution phase?
With our free tutorials and blog posts.
There's a new JavaScript framework almost every day. Are we now finally in the last evolution phase?
You might not need Redux for global state management. Build your own Hooks-based solution instead!
Flutter 3 was released - the next major version of Flutter! But despite the version number change, the number of changes for mobile app developers isn't too high.
React 18 introduced the Concurrency concept and with it two new Hooks: useTransition() and useDeferredValue(). Understanding when to use which can be tricky though.
React 18 is the latest major React version released. It introduces many foundational concepts and yet does not require any major code changes.
Learn how you may stop or start or uninstall your Postgresql server - and how you may reset the root user password. For macOS & Windows!
Learn how you may stop or start or uninstall your MySQL server - and how you may reset the root user password. For macOS & Windows!
Working with binary numbers doesn't have to be hard, even though most people are convinced that it is. Here's a understandable guide for everyone!
Fractional numbers can be hard for computers - and that can lead to unexpected results and errors when doing math with them. Hence understanding floating point arithmetic is key.
The DOM (Document Object Model) is a key concept and feature of browser-side JavaScript. It acts as a "bridge" between HTML and JavaScript code. But there is more to it!
Do you want to edit the content of your apps without touching a single line of code? In this tutorial we'll explore Next.js, one of the best performing front end web frameworks, and WordPress, the most popular open source software for creating websites.
Start sending automatically generated emails from your React apps without building a full backend API first. Use React with Firebase cloud functions instead.
Web Components allow you to build your own re-usable HTML elements. Using them in library-based apps (React, Vue, Angular) may require extra setup though. But you can avoid that!
When working with modern frontend frameworks like Angular, React or Vue, you often work with a concept called Composition. Even without knowing that it's called liked that. It is a key concept though - and thankfully also quite easy to understand.
You might've heard about pure functions. Maybe also about side effects or impure functions. There is no wrong or right here - you will need all these things in most applications, but it is crucial to understand what these terms actually means and what you should watch out for.
When fetching data, you typically don't want to fetch all the data at once. React applications are no exception - thankfully, adding Pagination with ReactJS is straightforward!
'State' is a term which you encounter a lot as a developer. But what is 'State'? It's neither a difficult concept, nor a React-specific one as it turns out!
Web development can be complex, so it might not look like it, but there actually IS a clear path that you can follow, when it comes to getting started with web development in 2021.
Three top trends you should not miss in web development in 2021. Learn how to make the most out of 2021!
Ionic and Vue can be used together to build real native mobile apps with Vue.js code. In this tutorial, we'll build a complete Ionic + Vue app from scratch.