Minimal preact structure.
Preact is just soooooo fast!
But when you have an idea and want to start coding right away, then it becomes really hard and timeconsuming to setup and have your application ready to start your development.
preact-minimal comes to save your time providing you with the minimal and sufficient kit oftools you need.
https://preact-minimal.aganglada.com
Follow this steps
git clone git@github.com:aganglada/preact-minimal.git
cd preact-minimal
npm i
npm run dev
Buala! You can start developing now on http://localhost:4000
npm run prod
Running this command will create an assets
folder that you can expose to your server.
npm run start
You can check on http://localhost:8080
You can inspect and modify the state of your Preact UI components at runtime using the React Developer Tools browser extension.
preact/devtools
module in your appI would love to see you contributing to preact-minimal, also by giving feedback.If you think something is missing, create a new issue.
Pull request are more than welcome
MIT
Some applications only need a very minimal routing solution. This lesson will cover a practical example showing the router in use. We’ll build a simple search feature that accepts user input and then
从0开始搭建preact开发环境 动机 react是个优秀的库,但是如果用到移动端未免有点儿大材小用。于是我在开发个人项目的时候,便选择了preact。 值得一提的是,preact实现了很多的react功能,但是呢,preact也牺牲了react的部分功能。毕竟preact才2KB大小。 不同 preact在api上做了很多开发上的便捷处理,比如在render方法里传入了props和state。为
React 的替代方案 Inferno 发布 1.0 版本 David Iffland 张卫滨 阅读数:23152017 年 1 月 15 日 类似于 React 的 JavaScript 库 Inferno 发布了 1.0 版本,对于那些熟悉 React,但对现代化 JavaScript 库的大小感到沮丧的开发人员提供了一个新的可选方案。 Inferno的口号是“用于构建现代用户界面的、超快的类
前言 前两个星期花了一些时间学习preact的源码, 并写了几篇博客。但是现在回头看看写的并不好,而且源码的有些地方(diffChildren的部分)我还理解?错了。实在是不好意思。所以这次准备重新写一篇博客重新做下分析。 preact虽然是react的最小实现, 很多react的特性preact里一点都没有少, 比如contextAPI, Fragment等。我们分析时更注重实现过程,会对一些A
Preact 是 React 的轻量化替代方案,仅有 3KB。并且提供了相同的 ES6 API,还具有组件和 Virtual DOM。 具有以下特性: 更接近于实质:Preact 在 DOM 上实现一个可能是最薄的一层虚拟 DOM 实现。 小体积:这将意味可以下载更少的 JavaScript 代码,解析和执行 —— 为您的代码节省更多的时间。 高性能:不仅是因为他的体积,还因为一个简单和可预测的
preact-cli Start building a Preact Progressive Web App in seconds �� Contents Features Usage Official Templates CLI Options preact create preact build preact watch preact list preact info Deploying Pr
miniMAL 是小于 1KB JavaScript 的 Lisp 实现,包括 JSON 源,宏,TCO,互操作和异常处理。 miniMAL 核心解释器以不到1024字节的 JavaScript(uglify / regpack)实现。在 python(1.4K作为pyz文件)和 ClojureScript(缩小后为1.8K)中也有 miniMAL 的实现。 miniMAL 的设计始于 mal(使
preact-to-nativescript This Library is experimental! Documentation Usage The following is assumed to be executed at the project root of a NativeScript project Install the library npm i preact-to-nativ
Minimal Mistakes 是一个灵活的两列 Jekyll 主题,非常适合构建个人网站、博客和投资组合。 特性: 捆绑为“theme gem”,以便于安装/升级。 与 GitHub 页面兼容。 支持 Jekyll 的内置 Sass/SCSS 预处理器。 九种不同的皮肤(颜色变化)。 几个响应式布局选项(单个、存档索引、搜索、启动和分页主页)。 针对搜索引擎进行了优化,支持Twitter Ca
The Minimal Light Theme [Demo the theme] [简体中文 | 繁體中文 | Deutsche] This is the source code of my homepage. I build this website based on minimal. Feel free to use and share the source code anywhere you