preact

    0熱度

    1回答

    我建立一個Chrome擴展與Preact/ES6 /的WebPack。我包使用2種配置:debug使用ESLint,巴貝爾和CSS + JSON裝載機,prod增加了兩個插件:UglifyJS和郵編。這裏的webpack.config.js: const webpack = require('webpack'); const path = require('path'); const Copy

    0熱度

    1回答

    我試圖用一個陣營成分(反應滑塊)和我得到<undefined></undefined> import React, { Component } from 'react'; import { render } from 'react-dom'; import Slider from 'react-slider'; const Range = Slider.Range;

    0熱度

    1回答

    我正在嘗試使用react-router-4來設置服務器重做響應。雖然它在前端(Webpack)上工作得很好。看起來preact-compat在服務器端使用時不起作用。我正在使用babel-register,因此會傳輸代碼。 我有一個分支在這裏以供參考: https://github.com/abarcenas29/preact-sandbox-v0/tree/wip/isomorphic-reac

    2熱度

    1回答

    我有一個通用的反應應用程序,其中服務器端建在babel和客戶端軟件包內置在webpack。我已閱讀preact-compact文檔和它表明在.babelrc添加此使用babel建設: { "plugins": [ [ "transform-react-jsx", { "pragma": "h" } ], [

    2熱度

    2回答

    開始得到這個錯誤我似乎無法修復,當運行我的測試。 09 04 2017 22:08:20.577:INFO [karma]: Karma v1.6.0 server started at http://0.0.0.0:9876/ 09 04 2017 22:08:20.580:INFO [launcher]: Launching browser PhantomJS with unlimited

    3熱度

    1回答

    我剛剛啓動並運行了preact-redux-example,現在我正試圖在我的應用程序中使用Preact Dev Tools。 基於this post我以爲這是加 import 'preact/devtools' 到入口點(app.js)文件的情況。 然而,這會產生以下錯誤: ./src/components/app.js Module not found: Error: Cannot re

    2熱度

    1回答

    我正在爲我的頭周圍的準備。在reactjs應用程序中替換reactjs Libs有什麼缺點?或者是否建議僅將其用於生產版本?

    3熱度

    1回答

    我想弄清楚如何使用typescript,preact和preact-router來構建Web應用程序的前端部分。我已經走過了很長的路,但我仍然需要弄清楚如何通過預執行路由器以編程方式導航(重定向)。我可以做history.replaceState(null, null, '/#/redirectedUrl');,但是當更改地址欄中的URL時,preact-router不會路由到新的URL。 使用p

    0熱度

    2回答

    我對react.js(使用preact)並遇到異步路由(preact-async-router)問題很新穎。 我main.js: import { h, render } from 'preact'; import {Router, Route} from 'preact-router'; import AsyncRoute from 'preact-async-route'; import

    1熱度

    1回答

    我遇到onChange事件preact不起作用的問題。在react一切正常,但。 onInput也不起作用。啞代碼 的例子,必須努力(preact + typescript) export class Download extends React.Component<DownloadProps, {}> { constructor(props: DownloadProps) {