-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #354 from feature-sliced/features/DISCOVERY-348-co…
…mmunity--awesome DISCOVERY-348: Add Community section (basely init)
- Loading branch information
Showing
14 changed files
with
300 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
74 changes: 74 additions & 0 deletions
74
website/i18n/en/docusaurus-plugin-content-docs/current/community/awesome.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Awesome Resources | ||
|
||
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re) | ||
|
||
A curated list of awesome feature-sliced videos, articles, packages | ||
|
||
Found something cool? Please, **[contribute](https://github.com/feature-sliced/awesome/pulls)**! | ||
|
||
## Community | ||
|
||
- [FeatureSliced Telegram (RU)](https://t.me/feature_sliced) | ||
- [FeatureSliced Twitter](https://twitter.com/feature_sliced) | ||
- [FeatureSliced YouTube](https://www.youtube.com/channel/UCkng_PHLatpDKPOIKfI731A) | ||
|
||
## Examples | ||
|
||
See the [examples](https://feature-sliced.design/examples) | ||
|
||
## DevExp | ||
|
||
### Linting | ||
|
||
- [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) | ||
- [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) | ||
- [eslint-plugin-boundaries](https://github.com/javierbrea/eslint-plugin-boundaries) | ||
- [dependency-cruiser](https://github.com/sverweij/dependency-cruiser) | ||
- [ESlint Config (Draft)](https://gist.github.com/azinit/4cb940a1d4a3e05ef47e15aa18a9ecc5) | ||
- *TBD...* | ||
|
||
### Templates | ||
|
||
- *TBD...* | ||
|
||
### Services | ||
|
||
- *TBD...* | ||
|
||
### IDE | ||
|
||
- *TBD...* | ||
|
||
## Articles | ||
|
||
- [Feature Slices (v1) / Sergey Sova](https://featureslices.dev/) | ||
- [Feature Driven / Oleg Isonen](https://github.com/feature-sliced/documentation/tree/rc/feature-driven) | ||
- [Atomic Design / Brad Frost](https://atomicdesign.bradfrost.com/table-of-contents/) | ||
- [Clean Architecture on Frontend / Alex Bespoyasov](https://dev.to/bespoyasov/clean-architecture-on-frontend-4311) | ||
- [A feature based approach to React development](https://ryanlanciaux.com/blog/2017/08/20/a-feature-based-approach-to-react-development/) | ||
- [Why React developers should modularize their applications?](https://alexmngn.medium.com/why-react-developers-should-modularize-their-applications-d26d381854c1) | ||
- [How to Organize Your React + Redux Codebase](https://www.pluralsight.com/guides/how-to-organize-your-react-+-redux-codebase) | ||
- [The Humanizing Work Guide to Splitting User Stories *(aka "Vetical Slices")*](https://www.humanizingwork.com/the-humanizing-work-guide-to-splitting-user-stories/) | ||
- [Is the "feature-sliced" methodology an ideal way to structure a growing project? *(BlogPost)* / Oleg Kusov](https://okusov.ru/metodologiya-feature-sliced-idealnyj-sposob-strukturirovat-rastushij-proekt) | ||
|
||
## Talks | ||
|
||
### Core-team | ||
|
||
- `RU` `2021` [(IT2G Tech Talk) Feature Sliced. Architecture of Frontend Projects / Ilya Azin, Yandex](https://youtu.be/TFA6zRO_Cl0) | ||
- `RU` `2021` [(Podlodka FrontendCrew) Feature Sliced. Architecture of Frontend Projects / Ilya Azin](https://youtu.be/SnzPAr_FJ7w) | ||
- `RU` `2021` [i18n, PageLayout, Auth / Discussion](https://youtu.be/b_nBvHWqxP8) | ||
- `RU` `2021` [Feature Sliced Committee Setup / Discussion](https://youtu.be/RQBslp8dngA) | ||
- `RU` `2021` [Architecture of React projects / TalkStream](https://youtu.be/h1YY7r9Uov8) | ||
- `RU` `2018` [(React SPB Meetup #1) Feature Slices / Sergey Sova [Slides]](https://t.me/feature_slices) | ||
|
||
### External | ||
|
||
- `RU` `2021` [(Podlodka FrontendCrew) Live-coding: Clean Architecture on Frontend / Alex Bespoyasov](https://youtu.be/h4WQRqNjmX0) | ||
- `RU` `2019` [Frontend project structure / Ilya Klymov](https://youtu.be/Sp8V-5k2ZaM) | ||
- `RU` `2019` [Evolution of enterprise architecture. From MVC to Clean Architecture / Fedor Shchudlo](https://youtu.be/WXelYPjwmk0) | ||
- `EN` `2018` [(React Berlin) Feature Driven Development / Oleg Isonen](https://youtu.be/BWAeYuWFHhs) |
40 changes: 40 additions & 0 deletions
40
website/i18n/en/docusaurus-plugin-content-docs/current/community/index.mdx
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
sidebar_position: 0 | ||
sidebar_class_name: sidebar-item--root | ||
hide_table_of_contents: true | ||
slug: /community | ||
pagination_prev: about/index | ||
--- | ||
|
||
# 💫 Community | ||
|
||
<span class="badge badge--info margin-bottom--md">COMMUNITY-ORIENTED</span> | ||
|
||
<p class="summary"> | ||
Community resources, additional materials | ||
</p> | ||
|
||
## Main | ||
|
||
import Row from "@site/src/shared/ui/row/tmpl.mdx" | ||
import { StarOutlined, SearchOutlined, TeamOutlined } from "@ant-design/icons"; | ||
|
||
<Row | ||
title="Awesome Resources" | ||
description="A curated list of awesome feature-sliced videos, articles, packages" | ||
to="/docs/community/awesome" | ||
Icon={StarOutlined} | ||
/> | ||
<Row | ||
title="Team" | ||
description="Core-team, Champions, Contributors, Companies" | ||
to="/docs/community/team" | ||
Icon={TeamOutlined} | ||
/> | ||
<Row | ||
title="Contributing" | ||
description="HowTo, Workflow, Support" | ||
to="#" | ||
Icon={SearchOutlined} | ||
disabled | ||
/> |
12 changes: 10 additions & 2 deletions
12
...lugin-content-docs/current/about/team.mdx → ...n-content-docs/current/community/team.mdx
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
--- | ||
sidebar_class_name: sidebar-item--wip | ||
sidebar_position: 4 | ||
sidebar_position: 2 | ||
--- | ||
|
||
import WIP from '@site/src/shared/ui/wip/tmpl.mdx' | ||
|
||
# Team | ||
|
||
<WIP ticket="192" /> | ||
<WIP ticket="192" /> | ||
|
||
## Core-team | ||
|
||
### Champions | ||
|
||
## Contributors | ||
|
||
## Companies |
This file contains 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
74 changes: 74 additions & 0 deletions
74
website/i18n/ru/docusaurus-plugin-content-docs/current/community/awesome.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Awesome Resources | ||
|
||
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re) | ||
|
||
Подборка интересных видео, статей и тулкита | ||
|
||
Нашли что-то классное? Пожалуйста, **[поделитесь](https://github.com/feature-sliced/awesome/pulls)**! | ||
|
||
## Комьюнити | ||
|
||
- [FeatureSliced Telegram (RU)](https://t.me/feature_sliced) | ||
- [FeatureSliced Twitter](https://twitter.com/feature_sliced) | ||
- [FeatureSliced YouTube](https://www.youtube.com/channel/UCkng_PHLatpDKPOIKfI731A) | ||
|
||
## Примеры | ||
|
||
См. [примеры](https://feature-sliced.design/examples) | ||
|
||
## DevExp | ||
|
||
### Линтинг | ||
|
||
- [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) | ||
- [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) | ||
- [eslint-plugin-boundaries](https://github.com/javierbrea/eslint-plugin-boundaries) | ||
- [dependency-cruiser](https://github.com/sverweij/dependency-cruiser) | ||
- [ESlint Config (Draft)](https://gist.github.com/azinit/4cb940a1d4a3e05ef47e15aa18a9ecc5) | ||
- *TBD...* | ||
|
||
### Шаблоны проектов | ||
|
||
- *TBD...* | ||
|
||
### Сервисы | ||
|
||
- *TBD...* | ||
|
||
### IDE | ||
|
||
- *TBD...* | ||
|
||
## Статьи | ||
|
||
- [Feature Slices (v1) / Сергей Сова](https://featureslices.dev/) | ||
- [Feature Driven / Oleg Isonen](https://github.com/feature-sliced/documentation/tree/rc/feature-driven) | ||
- [Atomic Design / Brad Frost](https://atomicdesign.bradfrost.com/table-of-contents/) | ||
- [Clean Architecture на Фронтенде / Александр Беспоясов](https://dev.to/bespoyasov/clean-architecture-on-frontend-4311) | ||
- [A feature based approach to React development](https://ryanlanciaux.com/blog/2017/08/20/a-feature-based-approach-to-react-development/) | ||
- [Why React developers should modularize their applications?](https://alexmngn.medium.com/why-react-developers-should-modularize-their-applications-d26d381854c1) | ||
- [How to Organize Your React + Redux Codebase](https://www.pluralsight.com/guides/how-to-organize-your-react-+-redux-codebase) | ||
- [The Humanizing Work Guide to Splitting User Stories *(aka "Vetical Slices")*](https://www.humanizingwork.com/the-humanizing-work-guide-to-splitting-user-stories/) | ||
- [Методология "feature-sliced" - идеальный способ структурировать растущий проект? *(BlogPost)* / Олег Кусов](https://okusov.ru/metodologiya-feature-sliced-idealnyj-sposob-strukturirovat-rastushij-proekt) | ||
|
||
## Доклады | ||
|
||
### Core-team | ||
|
||
- `RU` `2021` [(IT2G Tech Talk) Feature Sliced. Архитектура Фронтенд проектов / Илья Азин, Яндекс](https://youtu.be/TFA6zRO_Cl0) | ||
- `RU` `2021` [(Podlodka FrontendCrew) Feature Sliced. Архитектура Фронтенд проектов / Илья Азин](https://youtu.be/SnzPAr_FJ7w) | ||
- `RU` `2021` [i18n, PageLayout, Auth / Discussion](https://youtu.be/b_nBvHWqxP8) | ||
- `RU` `2021` [Feature Sliced Committee Setup / Discussion](https://youtu.be/RQBslp8dngA) | ||
- `RU` `2021` [Архитектура React проектов / TalkStream](https://youtu.be/h1YY7r9Uov8) | ||
- `RU` `2018` [(React SPB Meetup #1) Feature Slices / Sergey Sova [Слайды]](https://t.me/feature_slices) | ||
|
||
### Сторонние | ||
|
||
- `RU` `2021` [(Podlodka FrontendCrew) Live-coding: Clean Architecture на Фронтенде / Александр Беспоясов](https://youtu.be/h4WQRqNjmX0) | ||
- `RU` `2019` [Структура фронтенд проекта / Илья Климов](https://youtu.be/Sp8V-5k2ZaM) | ||
- `RU` `2019` [Эволюция Enterprise-архитектур. От MVC до Clean Architecture / Федор Щудло](https://youtu.be/WXelYPjwmk0) | ||
- `EN` `2018` [(React Berlin) Feature Driven Development / Oleg Isonen](https://youtu.be/BWAeYuWFHhs) |
40 changes: 40 additions & 0 deletions
40
website/i18n/ru/docusaurus-plugin-content-docs/current/community/index.mdx
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
sidebar_position: 0 | ||
sidebar_class_name: sidebar-item--root | ||
hide_table_of_contents: true | ||
slug: /community | ||
pagination_prev: about/index | ||
--- | ||
|
||
# 💫 Community | ||
|
||
<span class="badge badge--info margin-bottom--md">COMMUNITY-ORIENTED</span> | ||
|
||
<p class="summary"> | ||
Комьюнити-ресурсы и дополнительные материалы | ||
</p> | ||
|
||
## Главное | ||
|
||
import Row from "@site/src/shared/ui/row/tmpl.mdx" | ||
import { StarOutlined, SearchOutlined, TeamOutlined } from "@ant-design/icons"; | ||
|
||
<Row | ||
title="Awesome Ресурсы" | ||
description="Подборка интересных видео, статей и тулкита" | ||
to="/docs/community/awesome" | ||
Icon={StarOutlined} | ||
/> | ||
<Row | ||
title="Команда" | ||
description="Core-team, Чемпионы, Контрибьюторы, Компании" | ||
to="/docs/community/team" | ||
Icon={TeamOutlined} | ||
/> | ||
<Row | ||
title="Контрибьютинг" | ||
description="Как начать, Воркфлоу, Помощь и содействие" | ||
to="#" | ||
Icon={SearchOutlined} | ||
disabled | ||
/> |
18 changes: 18 additions & 0 deletions
18
website/i18n/ru/docusaurus-plugin-content-docs/current/community/team.mdx
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
sidebar_class_name: sidebar-item--wip | ||
sidebar_position: 2 | ||
--- | ||
|
||
import WIP from '@site/src/shared/ui/wip/tmpl.mdx' | ||
|
||
# Команда | ||
|
||
<WIP ticket="192" /> | ||
|
||
## Core-team | ||
|
||
### Чемпионы | ||
|
||
## Контрибьюторы | ||
|
||
## Компании |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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