-
Гибкий график
Возможность:
- уходить на прогулку, обед, в тренажерный зал или по делам в середине дня на несколько часов;
- начинать и заканчивать работу тогда, когда удобно;
- уходить в отпуск, предупреждая за две недели (или даже меньше).
-
Признание и обратная связь
Recolored Pastel Powerline Preset for Starship prompt.
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
| import { wrapModule } from './loader'; | |
| const About = ... // component, connected to store; | |
| const aboutReducer = ... // root reducer | |
| const aboutSaga = ... // root saga | |
| export default wrapModule(About, aboutReducer, aboutSaga); |