Frontend Weekly 2017-11-09
- Next JS home page migration is in progress, ETA mid November: if you are planning to build new frontend products on www.traveloka.com please consult with Abi/Ferdinand first
- HOTFIX during freeze period will require unit test, Fatih will schedule sharing session about unit test, integration test, end-to-end test in the coming weeks
- Since security is P0:
- There will be sharing session by infosec team about OWASP in mid December
- The use of dangerouslySetInnerHTML will be prohibited starting from late November (enforced using linter), use htmr instead to safely render content resource https://github.com/pveyes/htmr - it is already installed as dependency in nodejs-web
<component>htmr(contentResource)</component>