BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage JavaScript MVC Frameworks Content on InfoQ

  • Nuxt 2.11.0 Released

    Nuxt.js, a Vue.js framework, recently released version 2.11.0 to provide better control over the removal of non-client or non-server code in third-party dependencies. Nuxt 2.11 also adds flexibility with conditional statements supporting the run-time evaluation of application templates.

  • Progress Announces NativeScript 6 Release

    The NativeScript 6 release adds support for Vue.js and Angular 8 for creating native mobile applications with web technologies. NativeScript now also supports Progressive Web Apps (PWA), increasing the level of code reuse between web and mobile apps created with NativeScript.

  • Benchmark Ranks 18 Front-End Frameworks Implementation of Medium.com Clone

    The RealWorld-based benchmark comparing the implementation by 18 front-end frameworks of a non-trivial full-stack application code-named Conduit recently updated its results. Most (13 out of 18) frameworks obtain a top-tier LightHouse performance score. Svelte, Stencil, AppRun, Dojo, HyperApp and Elm exhibit the lowest payload transferred over the network (< 30 KB).

  • React 16.8 Releases React Hooks: Reusable and Composable Logic in React Components

    The React team recently released React 16.8 featuring React Hooks. Hooks encapsulate impure logic (such as state, or effects) with a functional syntax that allow hooks to be reused, composed, and tested independently. Developers may additionally define their own Hooks by composition with the predefined Hooks shipped with React 16.8.

  • Angular 7 Released with Virtual Scroll, Drag and Drop, CLI Prompts and More

    Google has delivered Angular 7. This version brings Virtual Scroll, Drag and Drop, CLI Prompts, and more.

  • Instana Releases Sample Microservice Application

    Instana, provider of AI powered monitoring solutions for dynamic containerised microservice applications, announced at QCon New York the release of Stan’s Robot Shop, a sample microservice application that can be used as a sandbox to test and learn about microservice architecture, containerised application orchestration and automatic monitoring techniques.

  • JS Foundation Announces Dojo 2.0 Release

    On May 2, 2018 the Dojo team released version 2 of Dojo, a JavaScript toolkit. This complete rewrite of Dojo focuses on what's needed for a modern enterprise application. Dojo 2 is built with TypeScript and embraces a component-based architecture and virtual DOM. It includes a range of tooling improvements, including a CLI, integrated testing and utilities for connecting Dojo to popular standards.

  • Session from Day 2 of VueConf.US

    The first ever VueConf.US took place March 26-28 in New Orleans, bringing together the VueJS Core team and hundreds of Vue developers from around the world. March 28 sessions included advanced Vue Patterns, Design Systems with Vue, using TypeScript with Vue, comparisons between Vue and React, Server Side Rendering with Vue, Vue Storybook, and rapid prototyping with Vue Single File Components.

  • Afternoon Sessions from Day 1 of VueConf.US

    The first ever VueConf.US took place March 26-28 in New Orleans, bringing together the VueJS Core team and hundreds of Vue developers from around the world. Afternoon sessions covered integrations between Vue.js and popular tooling such as serverless functions and rxjs, building native applications with vuejs-nativescript, and closed with a wide-ranging panel discussion.

  • Q&A with Gregg Pollack on Vue.js at VueConf.US

    InfoQ took the chance to ask Gregg Pollack from VueMastery about Vue.js internals, his view of the Vue.js community, the best ways to learn Vue, and more of the reasons for Vue’s success.

  • Opening Sessions from VueConf.US

    The first ever VueConf.US took place March 26-28 in New Orleans, bringing together the Vue Core team and hundreds of Vue developers from around the world. The conference contained a single day of workshops, all taught by members of the VueJS core team, followed by two days of talks. Speakers announced new releases and project processes, detailed Vue internals, and shared best practices.

  • Ember 3.0 and beyond, with Co-Creator Tom Dale

    Tom Dale, co-creator of Ember and senior staff software engineer at LinkedIn, recently talked with InfoQ about the recent Ember 3.0 release, the direction of the Ember project, alignment with modern web standards, and Ember’s initial experiments with Rust and Web Assembly.

  • Ember.js Releases Version 3.0

    Ember’s major releases contain no new functionality, and 3.0 is no different. The main benefit of the Ember 3.0 release is the removal of previously deprecated features, clearing the path for new functionality and performance improvements.

  • Roadmap for AngularJS and Angular

    AngularJS will have one more major release then it will enter a three-years period of LTS, while Angular continues the cycle of a major release every six months.

  • Universal Vue.js Application Framework Nuxt.js Reaches 1.0

    Nuxt.js, an open source framework for creating universal Vue.js applications, just reached their 1.0 release. Nuxt.js claims to make it simple and fast to create a Vue.js application that can be run as a server side rendered application, as a single page application, or a statically generated website.

BT