InfoQ Homepage React Content on InfoQ
-
UI Development Environment "Storybook 4" Supports Six New View Layers, Including Ember and MarkoJS
The Storybook 4.0 release adds support for six new view layers including Ember, MarkoJS, and Svelte, and updates its dependencies to Webpack 4 and Babel 7.
-
JetBrains Releases React-Based "Ring UI" 1.0 Web UI Components
The RingUI 1.0 release introduces a new visual language for components within light and dark environments, adds support for CSS properties and modules, and adds new Message, Tabs, and Toggle components.
-
React Conf 2018 Introduces React Hooks and React 16.7 Alpha
The recent React Conf 2018 includes the alpha release of React 16.7, a Hooks proposal for using state and other React features without writing classes, and several promising third-party React packages.
-
Babel 7 Release Improves Support for ES.Next Proposals and TypeScript
The Babel 7 release includes many significant changes and improvements including support for TypeScript transpilation and a better approach to managing ES.Next proposals.
-
Next.js 7 Released with 40% Faster Builds
The Next.js team has announced version 7 of their open-source React framework. This release of Next.js focuses on improving the overall developer experience with 57% faster boot times and 40% faster builds in development, improved error reporting and WebAssembly support.
-
Uber Announces Open Source Fusion.js Framework
Uber Announces Fusion.js, an open source "Plugin-based Universal Web Framework." Uber builds hundreds of web-based applications, and with web technologies changing quickly and best practices continually evolving, it is a challenge to have hundreds of web engineers leverage modern language features while staying current with the dynamic nature of the web platform.
-
JSUI, a UI Toolkit for Managing JavaScript Apps
JSUI introduces a visual tool for creating and managing JavaScript applications. The project provides utilities and features for both front-end and back-end applications, and most of its features are independent of underlying JavaScript frameworks.
-
Universal React Framework Next.js Releases Version 5.0
Next.js, an open source toolkit for universal React.js applications, has reached version 5.0. This release improves configurability of Next.js applications, adding better server-side webpack support and a plugin system for modular configuration. It also adds first-class TypeScript support, better support for React alt-libs like Preact, and a multi-application composition feature called Zones.
-
Facebook to Relicense React under MIT
Facebook has decided to change the React license from BSD+Patents to MIT to make it possible for companies to include React in Apache projects, and to avoid an uncertain relationship with the open source community.
-
What's Expected from React, Angular, and Vue in 2017
JavaScript continues to see tremendous excitement and 2016 was an impressive year. See what's expected from React, Angular, and Vue.js going into 2017.
-
Ashley Nolan Surveys State of JavaScript Tooling in 2016
Ashley Nolan asked 4,715 front-end developers about the tools they use in 2016. While many developers continue to use jQuery, React and Webpack are beginning to dominate the ecosystem.
-
TypeScript 2.1 Released
Microsoft has released version 2.1 of TypeScript, bringing a slew of productivity improvements and adding much needed functionality to code emitted for today's web browsers.
-
Pinterest's Switch to Universal JavaScript and React
The story of Pinterest's switch to React is really the story of re-architecting their Django server-side engine to use universal JavaScript for template rendering.
-
Next.js Offers Simple Universal JavaScript Framework Based on React
Next.js is a universal JavaScript framework based on React. It has a simple setup and uses extensions to the React component model to provide server-based component rendering with the ability to continue rendering on the client.
-
Webpack Dashboard Improves UX over Console Output
A new tool, Webpack Dashboard, offers to improve the UX for those that use the popular Webpack module builder.