方言を話すおしゃべり猫型ロボット『ミーア』をリリースしました(こちらをクリック)

React

スポンサーリンク
Development/Design

[React] Steps to introduce the i18n library and make your project multilingual.

For developers aiming for multilingual support in React, this article details the steps to implement automatic language switching based on the user's browser settings using the i18n libraries react-i18next and i18next-browser-languagedetector. Step-by-step instructions on how to create a multilingual directory structure, build i18n configuration files, add language files, prepare components for translation, and implement a language selection drop-down in the navigation bar; also touches on how to rebuild dependencies in a Docker environment.
Development/Design

[Web Development] Server-side rendering (SSR) → Emergence of Ajax and spread of SPA → Virtual DOM (React) → PWA

Server-side rendering (SSR): before 2000, all content was generated on the server and sent to the client; advent of Ajax and spread of SPA: from the early 2000s to around 2010, technology to update only part of the page through asynchronous communication using Ajax became popular and and SPA (Single Page Application) appeared.
Development/Design

[Design] How to create and unify icon guidelines: Font Awesome, Material Icons, React Icons

When developing cross-platform (web and apps), icon guidelines may not be set in stone due to historical history and resource priorities. Well-known icon fonts include Font Awesome and Material Fonts.
スポンサーリンク