InfoQ Homepage ReactJS Content on InfoQ
News
RSS Feed-
ReScript, a Fully-Typed Javascript Alternative
ReScript is one of several emerging programming languages that helps web developers build complex web applications that can be transpiled into JavaScript and run in the browser.
-
Facebook Releases React 16
Facebook has released version 16 of React, adding some welcome features and performance improvements. The only difference this time around is that they completely rewrote React.
-
Southbank Software Introduces dbKoda, an Open Source Database Development Tool for MongoDB
Southbank Software recently released its initial offering of dbKoda version 0.6.0, an open source MongoDB development tool written entirely in JavaScript. Guy Harrison, CTO at Southbank Software spoke to InfoQ about dbKoda.
-
Facebook Refuses to Alter React's Open Source License
The Apache Foundation recently announced that Facebook's BSD+Patents open source license was disallowed for inclusion with Apache products. The resulting fallout has caused gnashed teeth and much soul searching for React developers as Facebook refused to reconsider.
-
React Fiber: A Closer Look at the New Engine of React
Facebook is working on a completely new architecture underpinning React, their popular JavaScript framework. The new design, dubbed React Fiber, alters how and when changes are detected in order to improve perceived responsiveness on browsers and other rendering targets. React Fiber will be launched in version 16 and should be a drop-in replacement for most React apps.
-
React 15.5 Prepares Developers for Big Changes
Facebook has released version 15.5 of React which deprecates two features that may trip up developers. To prepare for their removal in version 16, which is set to be a big update, Facebook wants to give plenty of notice to developers about changes they'll have to make to their code.
-
Next.js 2.0 Keeps It Simple, Adds Needed Features
Zeit has released version 2.0 of their Next.js universal React framework. The new version maintains the simplicity offered in version 1, but adds necessary features common to many modern applications. In addition, they've created a new way of writing CSS for React components that lets developers return to writing standard CSS.
-
WebStorm 2017.1 Adds Vue.js Support
WebStorm 2017.1 keeps the IDE topped off with the latest JavaScript features including support for Vue.js, Jest, Angular Language Service, StandardJS and emojis.
-
Microsoft Makes it Easy to Create JavaScript Web Apps with New Tool
Microsoft's new dotnet new tool provides JavaScript developers an easy way to spin up Single Page Applications using ASP.NET and Node.js.