frontend-bootcamp
frontend-bootcamp copied to clipboard
Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux
Replaced hardcoded color names with css variables to avoid repetative color declarations. ###### Microsoft Reviewers: [Open in CodeFlow](http://wpcp.azurewebsites.net/CodeFlowProtocolProxy2.php?pullrequest=https://github.com/microsoft/frontend-bootcamp/pull/238)
Image file size reduced by 17% ###### Microsoft Reviewers: [Open in CodeFlow](http://wpcp.azurewebsites.net/CodeFlowProtocolProxy2.php?pullrequest=https://github.com/microsoft/frontend-bootcamp/pull/239)
###### Microsoft Reviewers: [Open in CodeFlow](http://wpcp.azurewebsites.net/CodeFlowProtocolProxy2.php?pullrequest=https://github.com/microsoft/frontend-bootcamp/pull/237)
Consuming output as input is generally discouraged since it adds memory overhead without adding value. As a bonus, this makes it possible to build twice in a row without cleaning...
Running https://microsoft.github.io/frontend-bootcamp/step1-04/demo/ in Edge, Chrome and Firefox shows that the JSX is not rendered. Consider ``` ``` or ``` ``` to load the appropriate pre-processor in codepen, or replace the...
Does not render the hello world message when using javascript as the data-lang. ###### Microsoft Reviewers: [Open in CodeFlow](http://wpcp.azurewebsites.net/CodeFlowProtocolProxy2.php?pullrequest=https://github.com/microsoft/frontend-bootcamp/pull/221)
This addresses issue #213. JSX does not render in straight JS in browsers tested as today. Codepen supports TypeScript or Babel for JSX. I decided on TypeScript over Babel (which...
updated file path in document to reflect actual file path ###### Microsoft Reviewers: [Open in CodeFlow](http://wpcp.azurewebsites.net/CodeFlowProtocolProxy2.php?pullrequest=https://github.com/microsoft/frontend-bootcamp/pull/160)
is lessons link missing in React tutorials? I could see Read.md file under each demo folder but no lessons link on the tiles on landing page.