Skip to content

Latest commit

 

History

History

react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

React Tech Guides

Index

Project Bootstrapper

At Wolox, we have developed the React Bootstrap to create our React projects. You'll find a detailed guide to start with your project in its README.

Style Guide

We use the Airbnb Javascript Style Guide as reference for Javascript style. For all React technologies, we have our own styleguide also heavily influenced by Airbnb React Style Guide.

Internal Libraries

Name Description Stars Build
React-bootstrap Wolox reactJs app generator GitHub stars Build Status
Wolox-equalizer Reset the default styles of the browser and contains Wolox standards for normalizing front-end projects. GitHub stars Build Status
Eslint-config-wolox Wolox eslint standard rules. GitHub stars Build Status
Eslint-config-wolox-react Wolox eslint reactJs rules. GitHub stars Build Status
Redux-recompose A Redux utility belt for reducers and actions. Inspired by acdlite/recompose. GitHub stars Build Status
Wolox-react-scripts Create React apps with no build configuration. GitHub stars Build Status
React Chat Widget Awesome chat widget for your React App GitHub stars Build Status

External Libraries

Components

Name Description Stars Build Status
React Modal Accessible modal dialog component GitHub stars Build Status
React Select A Select Input control with multiselect, autocomplete, async and creatable support. GitHub stars Build Status
React Table Lightweight, fast and extendable datagrid GitHub stars Build Status
React Tooltip A lightweight and responsive tooltip GitHub stars Build Status
React Virtualized Components for efficiently rendering large lists and tabular data GitHub stars Build Status

Forms

Name Description Stars Build Status
Formik Build forms in React, without the tears GitHub stars Build Status
Redux Form A Higher Order Component using react-redux to keep form state in a Redux store GitHub stars Build Status

Other

Name Description Stars Build Status
Apisauce Talking to APIs doesn't have to be awkward anymore. GitHub stars Build Status
i18next i18next is a very popular internationalization framework for browser or any other javascript environment GitHub stars Build Status
Recharts Redefined chart library built with React and D3. GitHub stars Build Status
React QS A querystring parsing and stringifying library with some added security GitHub stars Build Status
React-lottie Render After Effects animations on React based on lottie-web GitHub stars Build Status
Seamless-Immutable Immutable JS data structures which are backwards-compatible with normal Arrays and Objects GitHub stars Build Status

Redux Utils

Name Description Stars Build Status
Connected-React-Router A Redux binding for React Router v4 GitHub stars Build Status
Reselect Simple “selector” library for Redux (and others) GitHub stars Build Status

Useful Documentation