Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 397 Bytes

2.md

File metadata and controls

8 lines (6 loc) · 397 Bytes

Part II

Refactor your component

  • Move the css to a separate static CSS file.
  • Create a <script> code that would asynchronously load the static CSS using the oc.require functionality, and use javascript to hide the markup until the CSS is loaded.
  • Well done! Part III