React 杂乱笔记

JSX produces React “elements”.

可以想像成這樣↑ 喔! 就是给了它一个物件,叫props.name = Sara

CodeSandbox這邊可以練習React,還蠻好玩的。

components defined as classes have some additional features:

1.有Local state

改寫時要注意

  1. props.xxxx要改成this.props.xxxx
再来看看这张图图。挺好玩的。

记住一句话:

  1. Class components should always call the base constructor with props.

前端RESUME範本

https://www.indeed.com/r/cf9ce0b6f86c5ac6

https://www.playtech.com/careers/view-jobs/senior-front-end-developer

https://www.indeed.com/career-advice/resume-samples/engineering-resumes/front-end-developer

出包才学git

製作新的專案開始導入git

首先在bitbucket開一個新專案

.gitignore 這個檔案在git init的時候不會自己跑出來的樣子

google了一下:
https://superuser.com/questions/357069/no-gitignore-file-in-new-rails-app

◎檔案回溯的方法:
git checkout

git checkout — 檔名

https://www.norbauer.com/rails-consulting/notes/git-revert-reset-a-single-file

https://tosbourn.com/different-ways-to-undo-in-git/

 

從bitbucket伺服器下載檔案下來