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

Commit bc75e09

Browse files
committed
Fix: spelling of separate in readme.md
1 parent aaa6ba4 commit bc75e09

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
@@ -13,7 +13,7 @@ We incorporate an ESLint configuration and follow strictly the [AirBnb JS & JSX
1313
# What is Feature First?
1414
In most projects and frameworks, files are organized in a File type first fashion. For example, your tests exist in a test folder, your styles in a styles folder. This boilerplate takes a different approach.
1515

16-
We encourage encapsulation of features by asking that you organize each feature into a seperate folder (feature-first). In React, this means that your containers and components exist in their own folders, along with literally every other file that pertains to that one component. Your actions, reducers, tests, styles, and everything else are all internal to the component they represent. By decoupling your features from the rest of your app, you set yourself up to reuse your UI components in future projects. You can thank us later!
16+
We encourage encapsulation of features by asking that you organize each feature into a separate folder (feature-first). In React, this means that your containers and components exist in their own folders, along with literally every other file that pertains to that one component. Your actions, reducers, tests, styles, and everything else are all internal to the component they represent. By decoupling your features from the rest of your app, you set yourself up to reuse your UI components in future projects. You can thank us later!
1717

1818
This may be confusing at first, but we've set you up with a few examples and code generation tools. Give it a try! We promise you will enjoy it.
1919

0 commit comments

Comments
 (0)