Skip to content

bkotrys/react-interactive-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive table

Project created for trying out some technologies related wit React.

Built With

React Scripts - package includes scripts and configuration used by Create React App.

Technology Stack

  • React
  • MaterialUI - Set of React Components that Implement Google's Material Design
  • Flow - static type checker for Javascript
  • Unit tests
    • Jest - testing platform by Facebook
    • Enzyme - JavaScript Testing utility for React
    • Sinon - Standalone test spies, stubs and mocks for JavaScript.
    • Sinon-stub-promise - Synchronous Promise stubbing for Sinon.JS

Setup

npm install

Install necessary dependencies

npm start

Launch a local dev server.

Use of environments

npm test

Run tests. By default - watch on current edited file, for all tests runing press: 'a';

npm run flow

Check static types. 'No errors' means that all types are correctly handled.