Blog

International JavaScript Conference

7
Apr

Microfrontends in the Monorepo

Great combination or a contradiction in terms?
Microfrontends, each usually placed in its own repository, can find a home together in a monorepo. Monorepos simplify tasks that arise around microfrontends, but have a few intentional limitations. In order for them to scale, specialized processes and tools are necessary.
9
Mar

What are React Server Components?

The year 2020 ended with a bang for React developers when just before Christmas, Facebook's React team unveiled the RFC for React Server Components. Even though Facebook itself talks about React Server Components still being the dream of the future, let's take a look at the topic in this article. React Server Components could become the biggest innovation for React developers since the introduction of Hooks.
5
Jan

Using Svelte in Production

Another addition to the JavaScript world – and of course you are asked to use it production already. Still, this kind of change will probably not be that easy to accomplish for mist projects. Svelte offers an elegant way to get the best of both worlds: It can be used in production without having to redevelop the full application.
8
Dec

5 practical steps for everyday use of JavaScript and TypeScript

There is no shortage of syntactic sugar in JavaScript, but the sheer number of possibilities sometimes makes it difficult to recognize what every feature is capable of on a large or small scale. Even with the simplest expressions and simplest one-liners, there are many possibilities that not everybody knows!
14
Oct

The road ahead: A look at Angular’s roadmap

The new roadmap includes necessary maintenance work, as well as a few features that bring a breath of fresh air. In general, there is a focus on evolutionary further development. This is very much in line with what large enterprise projects need.
9
Sep

Innovations in Angular 10

As a maintenance release, Angular 10 mainly includes bug fixes and tooling enhancements. For example, a new strict mode uses stricter compiler checks and the CLI now warns when using CommonJS bundles that are difficult to optimize. Angular 9 brought the long-awaited Ivy compiler, which the team worked on for about two years. Now, work on version 10 was used to clean up. So, this is primarily a maintenance release with numerous bug fixes and internal improvements. Nevertheless, Angular 10 also has a few nice additions to offer. This article is all about those. If you want to upgrade an existing application to Angular 10, all you have to do is run ng update: ng update @angular/cli @angular/core
22
Jun

Deno – the end of Node.js?

Will Deno make everything better and replace Node.js? Node.js has long been an established environment for the execution of server-side JavaScript. Modern IT landscapes would be unthinkable without it; companies like Uber or Netflix have been using Node.js for years. But with the release of Deno, a server-side execution environment for TypeScript and JavaScript, this could soon change. Outdated traditions are ended and modern concepts are introduced. Will Deno join the IT landscape or even push the veteran Node.js from its place?

Sign up for the iJS newsletter and stay tuned to the latest JavaScript news!

 

BEHIND THE TRACKS OF iJS

JavaScript Practices & Tools

DevOps, Testing, Performance, Toolchain & SEO

Angular

Best-Practises with Angular

General Web Development

Broader web development topics

Node.js

All about Node.js

React

From Basic concepts to unidirectional data flows