Add React rendering blogs

This commit is contained in:
Angelos Chalaris
2020-06-16 20:41:02 +03:00
parent 5ecc9ca282
commit a018491b6b
5 changed files with 151 additions and 1 deletions

View File

@ -37,7 +37,7 @@ excerpt: Naming conventions, while not easy to enforce, make code easier to read
**Private**
- Prefix any variable or function with `_` to show itention for it to be private.
- Prefix any variable or function with `_` to show intention for it to be private.
- As a convention, this will not prevent other parts of the code from accessing it.
**Image credit:** [Paul Hanaoka](https://unsplash.com/@plhnk?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/code?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)