Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit 4e9fbee

Browse files
authored
Docs: update readme.md file with link to medium article
1 parent 81d2eb2 commit 4e9fbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The boilerplate aims to follow best practices for building highly scalable and reusable apps and component libraries with React and cutting edge JavaScript.
66

7-
Following the lead of the famous [React Boilerplate]() project, this starter project incorporates the Feature-first architecture, meaning that files are organized by the feature they implement, not the filetype. This provides a mechanism to scale React projects because it encourages isolation, encapsulation and reusability.
7+
You can read more about the organizational strategy used in this app in [this Medium post](https://medium.com/front-end-hacking/the-secret-to-organization-in-functional-programming-913484e85fc9#.6htl4s54y).
88

99
We incorporate an ESLint configuration and follow strictly the [AirBnb JS & JSX style guides](https://github.com/airbnb/javascript).
1010

0 commit comments

Comments
 (0)