React.js: 14 Tools & Resources for Web Developers

The popularity of React.js has been rapidly growing since Facebook first released the library back in 2013. It’s the fifth most frequently starred open source project on Github, and job ads for React developers are also heavily on the rise. React is a lightweight JavaScript framework for building user interfaces — the most prominent examples are Facebook and Instagram.

React offers an alternative for MVC frameworks, such as Angular or Backbone, with a more straightforward structure and a focus on performance optimization. As React will be surely defining the web development landscape in the coming years, in this article we would like to provide you with a developer toolkit to help you set foot in the realm of React development.

Official React.js docs from Facebook

Facebook provides developers with a detailed documentation on the main concepts of React. Besides the docs, you can also find here a great tutorial on how to build an interactive tic-tac-toe game with React, and a discussion forum for React developers. As the docs are open-source, you can even edit them if you want.

Official Facebook Docs

React.js Github repo

In the React Github repo, you can check out React’s source code whenever you need it. If you want to stay informed with the current state of development, you can also have a look at the issues, the milestones, and the latest pull requests. If you got stuck, it can also be a good idea to study the Trouble Shooting Guide a bit.

React.js Github Repo

Hello World starter code

If you want to give a quick try to React, you can start with this “Hello World” interactive demo on Codepen. It includes all the necessary assets and the starter code as well. As Babel is also on, you can use both ECMAScript 6 and the JSX syntax. Just fork this pen, and you can go ahead without having the set up the whole environment on your own.

React Starter Kit

The React Starter Kit is an isomorphic web app boilerplate built of Node.js, Express, GraphQL, React, and a handful web development tools, such as Webpack, Babel, and Browsersync. It provides you with the same frontend stack Facebook uses and allows you to jump into full-stack React development without too much hassle.

React Starter Kit

ReactCSS

ReactCSS makes it possible to add inline CSS styles in JavaScript. ReactCSS comes with support for React, Redux, React Native (a framework for building native mobile apps using React), autoprefixing, hover, pseudo-elements, and media queries. You can quickly install it with npm.

React CSS

React JSFiddle integration (with and without JSX)

This is a great online playground if you want a place where you can start practicing React. It’s hosted on JSFiddle, and has two versions: one with JSX and one without JSX, choose whichever one you’re more comfortable with.

React JSFiddle Integration

React style guide generator

You can quickly generate a style guide for your React project with this easy-to-use React style guide generator. You only have to add a little documentation to your files, and the generator takes care of the rest. The tool comes with a detailed readme file.

React Style Guide Generator

Belle configurable React components

Belle is a React component library that equips you with a set of React components you may want to use in your project, such as “Button”, “Card”, “Spinner”, “Toggle”, “Rating”, different form components, and others. The components work both on mobile and desktop, and they are customizable as well.

Belle is not the only React component library out there, you can find other great ones on Github, such as React widgets or Elemental.

Belle React Components

React Storybook UI Development Environment

If you don’t want to use someone else’s component library but want to build your own, it’s worth giving a try to React StoryBook which is a UI development environment for React components. Storybook allows you to develop components interactively. It has an elaborate documentation, and you can get started with the development in the Storybook Hub.

React Storybook

React-Bootstrap

React-Bootstrap integrates React with the popular Bootstrap 3 frontend framework. Its developers basically rebuilt Bootstrap components with React.js. This results in a cleaner code base with less repetition, and a higher performance.

Note that as the repo is under active development, the APIs will change in the future. For the current state of development, check out the roadmap of the project.

React-Bootstrap

React Developer Tools for Chrome

React DevTools for Chrome is an extension to Chrome Developer Tools and allows you to inspect component hierarchy. It was created by Facebook with the endeavour to assist the developer community in building new React apps. You can simply add it as a Chrome extension to your browser. You can browse the belonging source code on Github as well.

React DevTools for Chrome

React Developer Tools for Firefox

This is the Firefox version of the same React Developer Tools created by Facebook. Just add it as an add-on to your Firefox browser, and start inspecting the hierarchy tree of your React app at once.

React DevTools for Firefox

React.js Package for Atom

You can add React support to your Atom code editor with this Atom React package. It comes with syntax highlighting, autocomplete, code snippets, HTML to JSX conversion, and some other useful features that can greatly facilitate React development.

Atom React Support

React.js Fundamentals – free online course

There are many excellent & fairly inexpensive courses where you can learn React development, however you can enroll this React.js Fundamentals online course for completely free. It’s made up of 12 lessons, starts with the basics of React, and has a nice curriculum that covers all the important things.

React.js Fundamentals Free Online Course

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *

14 + 6 =

Questo sito usa Akismet per ridurre lo spam. Scopri come i tuoi dati vengono elaborati.