-
Notifications
You must be signed in to change notification settings - Fork 33
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 #12 from zainzafar90/master
add more sections to frontend module
- Loading branch information
Showing
5 changed files
with
29 additions
and
7 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Micro Frontends | ||
|
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,12 @@ | ||
# Architecture of SPA (Single Page Applications) | ||
|
||
This particular guide focus on what to keep in mind while designing the architecture of the new Single Page Application that you are going to develop. | ||
|
||
1. Maintainable CSS | ||
2. Multiples components/entities in one file | ||
3. Use of LIFT pattern | ||
4. Server Side Rendering for public pages | ||
5. Public and Private pages | ||
6. State Management | ||
7. Best Architecture is independent of the frameworks | ||
|
5 changes: 5 additions & 0 deletions
5
frontend/js-frameworks/javascript-frameworks-seo-challenges.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,5 @@ | ||
# JavaScript Frameworks & SEO Challenges | ||
|
||
Read following: | ||
|
||
- [JavaScript Frameworks & SEO Challenges](https://medium.com/rpdstartup/javascript-frameworks-seo-challenges-903fbb2ef293) |