<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>前端 彙整 - JS Ying&#039;s Blog</title>
	<atom:link href="https://blog.jsy.tw/category/coding/frontend/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.jsy.tw/category/coding/frontend/</link>
	<description></description>
	<lastBuildDate>Thu, 19 Jun 2025 08:59:32 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://blog.jsy.tw/wp-content/uploads/2022/03/cropped-logo-32x32.png</url>
	<title>前端 彙整 - JS Ying&#039;s Blog</title>
	<link>https://blog.jsy.tw/category/coding/frontend/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">188181961</site>	<item>
		<title>【筆記】React Input 輸入框 autoFocus 無法生效</title>
		<link>https://blog.jsy.tw/2806/react-input-autofocus-not-working/</link>
					<comments>https://blog.jsy.tw/2806/react-input-autofocus-not-working/#respond</comments>
		
		<dc:creator><![CDATA[JS Ying]]></dc:creator>
		<pubDate>Wed, 18 Jun 2025 10:21:06 +0000</pubDate>
				<category><![CDATA[前端]]></category>
		<category><![CDATA[程式相關]]></category>
		<category><![CDATA[React autoFocus not working]]></category>
		<category><![CDATA[React autoFocus 無效]]></category>
		<category><![CDATA[React ref 手動 focus]]></category>
		<category><![CDATA[useEffect window.innerWidth]]></category>
		<guid isPermaLink="false">https://blog.jsy.tw/?p=2806</guid>

					<description><![CDATA[<p>最近遇到一個有趣的小問題，簡單地筆記一下：React 用變數判斷是否啟用 autuFocus，有時會失效？原來是跟 DOM 的行為有關。本文將提供三種解法——條件渲染、初始寬度判斷以及 ref 手動 foucs。</p>
<p>這篇文章 <a href="https://blog.jsy.tw/2806/react-input-autofocus-not-working/">【筆記】React Input 輸入框 autoFocus 無法生效</a> 最早出現於 <a href="https://blog.jsy.tw">JS Ying&#039;s Blog</a>。</p>
]]></description>
		
					<wfw:commentRss>https://blog.jsy.tw/2806/react-input-autofocus-not-working/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2806</post-id>	</item>
		<item>
		<title>【筆記】使用 react-to-image 實現網頁截圖功能並考量電腦與手機版差異</title>
		<link>https://blog.jsy.tw/2731/react-to-image-pc-and-mobile-issue/</link>
					<comments>https://blog.jsy.tw/2731/react-to-image-pc-and-mobile-issue/#respond</comments>
		
		<dc:creator><![CDATA[JS Ying]]></dc:creator>
		<pubDate>Mon, 19 Aug 2024 06:39:13 +0000</pubDate>
				<category><![CDATA[前端]]></category>
		<category><![CDATA[程式相關]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[react]]></category>
		<guid isPermaLink="false">https://blog.jsy.tw/?p=2731</guid>

					<description><![CDATA[<p>最近使用了 react-to-image 實現將網頁內容存成 PNG 檔的功能，過程中有發現一些內容跑版以及手機版 UX 不如預期的議題，所以簡單寫篇文章跟大家做分享。</p>
<p>這篇文章 <a href="https://blog.jsy.tw/2731/react-to-image-pc-and-mobile-issue/">【筆記】使用 react-to-image 實現網頁截圖功能並考量電腦與手機版差異</a> 最早出現於 <a href="https://blog.jsy.tw">JS Ying&#039;s Blog</a>。</p>
]]></description>
		
					<wfw:commentRss>https://blog.jsy.tw/2731/react-to-image-pc-and-mobile-issue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2731</post-id>	</item>
		<item>
		<title>【筆記】Next.js 部署至 Ubuntu 並使用 apache 進行反向代理</title>
		<link>https://blog.jsy.tw/2715/nextjs-ubuntu-apache-depoyment/</link>
					<comments>https://blog.jsy.tw/2715/nextjs-ubuntu-apache-depoyment/#respond</comments>
		
		<dc:creator><![CDATA[JS Ying]]></dc:creator>
		<pubDate>Fri, 14 Jun 2024 15:45:42 +0000</pubDate>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[前端]]></category>
		<category><![CDATA[程式相關]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[next.js]]></category>
		<guid isPermaLink="false">https://blog.jsy.tw/?p=2715</guid>

					<description><![CDATA[<p>Next.js 新手的我，對於第一次要部署有伺服器渲染（SSR）的網站總有些緊張。不過實際操作起來並沒有想像中困難。本文中將記錄我的 Next.js 14 應用部署 Ubuntu 20 並使用 apache 進行反向代理的流程，做個筆記並供各位參考。</p>
<p>這篇文章 <a href="https://blog.jsy.tw/2715/nextjs-ubuntu-apache-depoyment/">【筆記】Next.js 部署至 Ubuntu 並使用 apache 進行反向代理</a> 最早出現於 <a href="https://blog.jsy.tw">JS Ying&#039;s Blog</a>。</p>
]]></description>
		
					<wfw:commentRss>https://blog.jsy.tw/2715/nextjs-ubuntu-apache-depoyment/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2715</post-id>	</item>
		<item>
		<title>【筆記】html meta tag: theme-color 設定方式</title>
		<link>https://blog.jsy.tw/2702/theme-color/</link>
					<comments>https://blog.jsy.tw/2702/theme-color/#respond</comments>
		
		<dc:creator><![CDATA[JS Ying]]></dc:creator>
		<pubDate>Tue, 28 May 2024 16:51:00 +0000</pubDate>
				<category><![CDATA[前端]]></category>
		<category><![CDATA[程式相關]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[next.js]]></category>
		<category><![CDATA[pwa]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[theme-color]]></category>
		<guid isPermaLink="false">https://blog.jsy.tw/?p=2702</guid>

					<description><![CDATA[<p>Html Head 中有個叫 theme-color 的 meta 標籤，其 content 可以放 css 有效的 color 值，來影響瀏覽器或移動裝置的狀態欄和工具列的顏色。本文將介紹 theme-color 的支援環境和使用方法。</p>
<p>這篇文章 <a href="https://blog.jsy.tw/2702/theme-color/">【筆記】html meta tag: theme-color 設定方式</a> 最早出現於 <a href="https://blog.jsy.tw">JS Ying&#039;s Blog</a>。</p>
]]></description>
		
					<wfw:commentRss>https://blog.jsy.tw/2702/theme-color/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2702</post-id>	</item>
		<item>
		<title>【筆記】Javascript 大數字與浮點數的計算處理 (decimal.js)</title>
		<link>https://blog.jsy.tw/1878/javascript-decimal-js/</link>
					<comments>https://blog.jsy.tw/1878/javascript-decimal-js/#respond</comments>
		
		<dc:creator><![CDATA[JS Ying]]></dc:creator>
		<pubDate>Wed, 28 Apr 2021 14:14:12 +0000</pubDate>
				<category><![CDATA[前端]]></category>
		<category><![CDATA[程式相關]]></category>
		<category><![CDATA[big amount]]></category>
		<category><![CDATA[decimal]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[number]]></category>
		<guid isPermaLink="false">https://blog.jsy.tw/?p=1878</guid>

					<description><![CDATA[<p>在工作上遇到了大位數金額計算的需求，才發現 Javascript 的&#160;number 有著先天的問題無 [&#8230;]</p>
<p>這篇文章 <a href="https://blog.jsy.tw/1878/javascript-decimal-js/">【筆記】Javascript 大數字與浮點數的計算處理 (decimal.js)</a> 最早出現於 <a href="https://blog.jsy.tw">JS Ying&#039;s Blog</a>。</p>
]]></description>
		
					<wfw:commentRss>https://blog.jsy.tw/1878/javascript-decimal-js/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1878</post-id>	</item>
		<item>
		<title>【筆記】Vue build 之後 css 檔 MINE 型態不是 text/css 的解決方法</title>
		<link>https://blog.jsy.tw/1361/%e3%80%90%e7%ad%86%e8%a8%98%e3%80%91vue-build-%e4%b9%8b%e5%be%8c-css-%e6%aa%94-mine-%e5%9e%8b%e6%85%8b%e4%b8%8d%e6%98%af-text-css-%e7%9a%84%e8%a7%a3%e6%b1%ba%e6%96%b9%e6%b3%95/</link>
					<comments>https://blog.jsy.tw/1361/%e3%80%90%e7%ad%86%e8%a8%98%e3%80%91vue-build-%e4%b9%8b%e5%be%8c-css-%e6%aa%94-mine-%e5%9e%8b%e6%85%8b%e4%b8%8d%e6%98%af-text-css-%e7%9a%84%e8%a7%a3%e6%b1%ba%e6%96%b9%e6%b3%95/#respond</comments>
		
		<dc:creator><![CDATA[JS Ying]]></dc:creator>
		<pubDate>Sun, 05 Apr 2020 15:28:57 +0000</pubDate>
				<category><![CDATA[前端]]></category>
		<category><![CDATA[程式相關]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[relative path]]></category>
		<category><![CDATA[vue]]></category>
		<category><![CDATA[vue-cli]]></category>
		<guid isPermaLink="false">https://blog.jsy.tw/?p=1361</guid>

					<description><![CDATA[<p>最近用 vue 建立一個小專案自娛，明明在開發時 compile 都沒有問題，但 build 之後放上 ser [&#8230;]</p>
<p>這篇文章 <a href="https://blog.jsy.tw/1361/%e3%80%90%e7%ad%86%e8%a8%98%e3%80%91vue-build-%e4%b9%8b%e5%be%8c-css-%e6%aa%94-mine-%e5%9e%8b%e6%85%8b%e4%b8%8d%e6%98%af-text-css-%e7%9a%84%e8%a7%a3%e6%b1%ba%e6%96%b9%e6%b3%95/">【筆記】Vue build 之後 css 檔 MINE 型態不是 text/css 的解決方法</a> 最早出現於 <a href="https://blog.jsy.tw">JS Ying&#039;s Blog</a>。</p>
]]></description>
		
					<wfw:commentRss>https://blog.jsy.tw/1361/%e3%80%90%e7%ad%86%e8%a8%98%e3%80%91vue-build-%e4%b9%8b%e5%be%8c-css-%e6%aa%94-mine-%e5%9e%8b%e6%85%8b%e4%b8%8d%e6%98%af-text-css-%e7%9a%84%e8%a7%a3%e6%b1%ba%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1361</post-id>	</item>
	</channel>
</rss>
