React Migration Cheatsheet

[[Wiki.trustroots.org]] is an independent wiki with information for people who are actively exchanging hospitality.
Revision as of 09:20, 13 April 2020 by Rumwerfer (talk | contribs) (init)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Angular React
someString import { useTranslation } from 'react-i18next';
const { t } = useTranslation('pages');
{t('someString')}
<someElement class="..."> <someElement className="...">
<a ui-sref="alias"> <a href="path">
<!-- comment --> {/* comment */}
<someElement ng-if="condition"> {condition && (<someElement>)}
ng-repeat
ng-include
<section tr-boards="..."> <Board names="...">