dx-platform
dx-platform copied to clipboard
Historically `Sink` and `Context` were a wrong abstraction and we should consider removing them in future versions of platform. `Sink` exposes unsafe access to inner value when you can forget...
This is an issue to discuss whether we need to keep maintaining `@devexperts/tools` package. As @raveclassic stated in [other issue (comment link)](https://github.com/devex-web-frontend/dx-platform/issues/133#issuecomment-500715852): > Furthermore I'd think about dropping tools at...
We have annoying warnings like > @devexperts/[email protected]" has unmet peer dependency "@types/react@>=16.3.16" when yarn installs dependencies. Need to fix them.
Remake to eslint custom tslint-rule "disallow-imports" (00d0753e795094c3691c3f3bf1341ec92f3d8111)
Hi all. Recent update to platform show that we have too much external dependencies in the code. Refactoring gets too complicated and requires lot of unnecessary changes. For example, if...
i suggest to add next rules: 1. **adjacent-overload-signatures** - Enforces function overloads to be consecutive. 2. **arrow-return-shorthand** - Suggests to convert `() => { return x; }` to `() =>...
Lower case in path **input**/Input.tsx can cause build fail on CI(Teamcity for example) sometimes because it lets Windows to neglect mistaken font case and also it doesn't look like consistent...
I was trying to implement custom `Selectbox` with icons instead of text and faced a lot of design problems: 1. The styling for the component is completely solid. You can't...
This is going to track an upcoming migration to a css-in-js solution. Which one is to be decided but I suggest `styled-components` because one of our teams has experience of...
- use internal CI for building artifacts - set up auth to npm - set up publishing bot Take a look: - https://semantic-release.gitbook.io/semantic-release/