-
Notifications
You must be signed in to change notification settings - Fork 0
Packages
JS transcompiler (enables to compile code between different versions of JS [ECMA]) - used to compile code written in newer ES6+ to older ES for higher browser compatibility. Web
Utility for conditional classnames joining (as this can't be done nicely in react). Web
CLI utility to enforce same coding standards to be used by all team crew. Web
Provides API for session history managing, navigation or state persisting between sessions. Web
Enables using internationalisation API on Safari and other currently unsupported devices. Web
Testing framework. Used for unit testing and included as a part of testing pipeline before development. Web
Provides easy assertion that can be further used in mocha tests. Web
To enforce given types to properties poured to react components. Web
Provides state container (like what does it mean, right?). Web
Provides saga mechanism to separate application side-effects (data fetching) from other logic. Web
Selector library for redux (This is the thing that provides createSelector
). Web
Basicaly the same as the previous, only it provides the createReducer
and types for actions. Web
Provides binding of redux and its libraries to react. Web
Provides navigational react components for simulating routing on FE without actual redirecting. Web
Enables styling of components from JS. Web
Package that handles simple load-up of .env
-like files into process.env
variable. Web
Provides basic node server that runs our up. Web
Handles bundling of all those shattered .js
and babel's transcompiled .ts
files into a single main.js
file that can be found under the dist/
directory. Bundles other stuff to this directory as well. Web
Simple translation module using plain json text storage (like cs.json
, en.json
etc. files). Web
HTTP request logger middleware for node.js. Basically provides a configurable access logger. Web
Enables using custom module paths (like serverSrc
etc.) with node and ts-node. Web
Handles load-up of environmetal variables from json
files and including them to custom npm scripts (nothing more). Web
- ts-node (node with typescript)
- ts-loader (node-ts loader for webpack)
- typescript
- mysql
- mysql-migrations
- react