Skip to content

Commit f186c60

Browse files
committed
table and reference fixes
1 parent 1954f66 commit f186c60

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

APIs/pnp.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,4 @@ Feel free to mark as completed `- [x] Concept name` every concept you've already
2929
* [Patterns and Practices MS dev center](https://dev.office.com/patterns-and-practices)
3030
* [PnP on GitHub](https://github.com/SharePoint/PnP)
3131

32-
<img alt="JS Logo" src="../assets/pnp-resources-list.png">
33-
34-
## Next chapter
35-
* [REST](./rest.md)
32+
<img alt="JS Logo" src="../assets/pnp-resources-list.png">

SPFx/scaffolding.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,14 @@ Each folder/file purpose is described below:
4848
| styles | To store global styles and variables of the SCSS of the webpart |
4949
| tests | To store global tests of the webpart |
5050
| components | To store all the components that integrate the webpart |
51-
| ComponentName | <ul><li>Folder and component name files should be in PascalCase format </li><br />Each component folder should contain its corresponding:<li>Index file to export modules</li><li>Component file to declare the functionality of the component</li><li>Interface files to declare the props and state of the component</li><li>Testing unit file</li><li>Styles file</li></ul> |
5251

52+
Make sure each component folder follows/contains bellow recommendations:
53+
* Folder and component name files should be in PascalCase format
54+
* Index file to export modules
55+
* Component file to declare the functionality of the component
56+
* Interface files to declare the props and state of the component
57+
* Testing unit file
58+
* Styles file
5359

5460
## Resources
5561
### Tutorials

0 commit comments

Comments
 (0)