Транслитезация кириллицы на JS в виде компонента React

Мы, русские, часто сталкиваемся с неприятностями в разных областях жизни. И, да, этот пост не о политике, а о нашем родном языке и буковках

This is a blog post about functions.
We'll learn what functions are, how to write functions, and how to use them. Jihjvyfz жопа


This is a Markdown sub-heading

We just used a ### subheading in our blog post.

Alt Text

src/components/ArticleLayout.js
  // this is a code block
  const doSomething = () => {
    return console.log('hey')
+ добавлено
- удалено
  }
src/components/ArticleLayout.js
  // this is a code block
  const doSomething = () => {
    return console.log('hey')
  }
Here, I'm using a component inside my MarkDown file:
Предыдущая статья
SolidJS: A Beginners Guide