RSSAmplifier

Blog

Ryota Murakami's Blog

Ryota Murakami's Blog

ryota.hashnode.devRSS feed ↗7 posts

Latest posts

I've just released git-gpt-commit v0.9.0! 🎉

I've just released git-gpt-commit v0.9.0 — a Git extension that uses OpenAI's GPT models to automatically generate commit messages via the git gpt commit command. What’s New in v0.9.0 ✨ 🚀 Support for GPT-4o The default model has been upgraded to O...

What is font-family?

Hey there! Let's talk about the font-family property in CSS. It's like the wardrobe of your webpage, letting you dress up your text in different styles. 🎨 What is font-family? The font-family property lets you choose the font for your text. You can ...

Update eslint-config-ts-prefixer@v0.23.3

Here is original post I've published eslint-config-ts-prefixer@v0.23.3. eslint-config-ts-prefixer is ESLint rule set that integrated prettier as one of ESLint rule and specialized fixable rule set. And 📦 Zero extend for explicit rules. 💅 Prettie...

vite-rtk-query update

here is original post I've just updated the vite-ttk-query. React Router(v6) setup Added React Router and redux-first-history.redux-first-history allow dispatch page transition within React Router. CSS Modules nesting Added postcss-nesting for more ...

Announcing vite-react-ts-extended

Getting Start template! 👉 https://github.com/laststance/vite-react-ts-extended 2020 Webpack & Babel is de facto This year there has been a big movement in build tools in the JavaScript community.In 2020, Webpack, especially in combination with Babel...

Recoil Todo Example

View Source & interact Github https://github.com/laststance/create-react-app-typescript-todo-example-2020 Codesandbox Little explanation I migrated Recoil at state management but still Recoil is new library, can't see almost common example now....

Migrate Context to Recoil

Reason Today I've just migrate Context to Recoil in the Create React App TypeScript Todo Example 2020.The project is stand by concept that keep latest tech-stack as much as possible for helping new tech experiment/evaluate people. Context code Prev...