Last active
July 13, 2023 13:14
-
-
Save AleksandrChukhray/39b15e1976bae10ed13b0e7d0c01b2e6 to your computer and use it in GitHub Desktop.
List of tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| js | |
| test | |
| jest(test runner, mock library, assertion library) - https://jestjs.io/ | |
| mock library - sinon - https://sinonjs.org/ | |
| assertion library - chai - https://www.chaijs.com/ | |
| test runner - mocha - https://mochajs.org/ | |
| enzyme - render and dom manipulation library | |
| internationalization | |
| i18next - https://www.i18next.com/ | |
| react-intl - https://formatjs.io/docs/react-intl/ | |
| validation | |
| joi - https://joi.dev/api/ | |
| regExp | |
| path-to-regexp | |
| framework | |
| angular - | |
| react | |
| ui - ant - https://ant.design/ | |
| ui - bootstrap - | |
| ui - material - https://material-ui.com/ru/ | |
| ui - semantic - https://react.semantic-ui.com/ | |
| form - https://final-form.org/ | |
| form - https://formik.org/docs/overview | |
| table - https://react-table.tanstack.com/docs/overview | |
| - https://table-react-component.vercel.app/ | |
| slider - https://jossmac.github.io/react-images/#/ | |
| icon - react-icon - https://react-icons.github.io/react-icons | |
| date time picker - https://reactdatepicker.com/ | |
| calendar - https://demo.mobiscroll.com/react/range#firstDemo= | |
| custom scroll bar - https://www.npmjs.com/package/react-scrollbar-js, | |
| - https://www.npmjs.com/package/react-custom-scrollbars | |
| other | |
| https://www.npmjs.com/package/date-fns | |
| vue | |
| css/scss/sass | |
| - | |
| chat | |
| https://getstream.io/ | |
| sandboxes | |
| https://codesandbox.io/ | |
| https://codepen.io/ | |
| https://jsfiddle.net/ | |
| https://plnkr.co/ | |
| mock request | |
| Mockbin - https://mockbin.org/ | |
| test request | |
| Insomnia - https://docs.insomnia.rest/ | |
| other | |
| image compress - https://imagecompressor.com/ | |
| https://bpmn.io/toolkit/bpmn-js/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment