問題タブ [preact]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - preact async ルーターがチャンクを見つけられない
私はreact.js(preactを使用)を初めて使用し、非同期ルーティング(preact-async-router)で問題に遭遇しました。
私のmain.js:
私のhome.jsx:
私のhello.jsx:
Webpack は bundle.js と 1.bundle.js (hello.jsx 用) を作成します。
すべて私の resources-dir にあります (resource-dir は、express.static 経由で利用できます)。
home.jsx が読み込まれ、リンクが (localhost/hello/Earth) を指しています。
問題は、1.bundle.js がロードされていないことです! ブラウザ (bundle.js) は、「/resources/1.bundle.js」ではなく「/hello/1.bundle.js」の下のファイルを要求しています!
どうすれば修正できますか?
編集:
それは今動作します。「/resources/」を含む「publicPath」を webpack 構成に追加しました。ありがとうございました!
reactjs - Preact-compat を返すコンポーネント
React コンポーネント (react-slider) を使用しようとしていますが、<undefined></undefined>
.babelrc
残念ながら、コンソールにエラーがスローされたり表示されたりすることはありません。何が間違っているのかわかりません。