All Projects → valerie-makes → ninetales

valerie-makes / ninetales

Licence: other
An experimental framework raising the performance bar

Programming Languages

javascript
184084 projects - #8 most used programming language
EJS
674 projects

Projects that are alternatives of or similar to ninetales

Preact Devtools
Browser extension for inspection Preact applications
Stars: ✭ 204 (+655.56%)
Mutual labels:  preact
preact-cli-sw-precache
Preact cli plugin for configuring sw-precache
Stars: ✭ 19 (-29.63%)
Mutual labels:  preact
preact-css-transition-group
Apply CSS transitions when adding or removing Preact components/elements
Stars: ✭ 60 (+122.22%)
Mutual labels:  preact
Preact Custom Element
Wrap your component up as a custom element
Stars: ✭ 212 (+685.19%)
Mutual labels:  preact
Rex Tils
Type safe utils for redux actions, epics, effects, react/preact default props, various type guards and TypeScript utils, React util components
Stars: ✭ 245 (+807.41%)
Mutual labels:  preact
vitext
The Next.js like React framework for better User & Developer experience!
Stars: ✭ 376 (+1292.59%)
Mutual labels:  preact
Preact Redux Example
🔁 Preact + Redux Example Project
Stars: ✭ 199 (+637.04%)
Mutual labels:  preact
preact-wp
No description or website provided.
Stars: ✭ 12 (-55.56%)
Mutual labels:  preact
Prefresh
Hot Module Reloading for Preact
Stars: ✭ 247 (+814.81%)
Mutual labels:  preact
preact-transitioning
Preact components for easily implementing basic CSS animations and transitions
Stars: ✭ 35 (+29.63%)
Mutual labels:  preact
Hydux
A light-weight type-safe Elm-like alternative for Redux ecosystem, inspired by hyperapp and Elmish
Stars: ✭ 216 (+700%)
Mutual labels:  preact
React
MOVED TO https://github.com/myitcv/x/blob/master/react/_doc/README.md
Stars: ✭ 234 (+766.67%)
Mutual labels:  preact
hyperapp-example
hyperapp example
Stars: ✭ 14 (-48.15%)
Mutual labels:  preact
Styled Loaders
Loaders Built with Preact and Styled Components
Stars: ✭ 212 (+685.19%)
Mutual labels:  preact
preact-photon-electron-quick-start
Demo desktop app built with Electron using the Preact-Photon UI library
Stars: ✭ 32 (+18.52%)
Mutual labels:  preact
Preact Worker Demo
Demo of preact rendering an entire app in a Web Worker.
Stars: ✭ 204 (+655.56%)
Mutual labels:  preact
blurhash-as
Blurhash implementation in AssemblyScript
Stars: ✭ 26 (-3.7%)
Mutual labels:  preact
preact-cli-plugin-typescript
Adds TypeScript support to preact-cli ⚡
Stars: ✭ 49 (+81.48%)
Mutual labels:  preact
xoid
Framework-agnostic state management library designed for simplicity and scalability ⚛
Stars: ✭ 96 (+255.56%)
Mutual labels:  preact
preact-route-async
Easy asynchronous loading for your router components. For 440B.
Stars: ✭ 36 (+33.33%)
Mutual labels:  preact

Ninetales

Ninetales

Ninetales is two things:

  1. a new way to create modern JavaScript websites and applications

  2. an experimental project designed to raise the performance bar for similar frameworks

Developing Ninetales

You can develop and test Ninetales locally using Verdaccio.

Building and Publishing to Verdaccio

  1. Install and start Verdaccio:

    yarn global add verdaccio
    verdaccio
  2. In a new terminal, create a user and log in:

    npm adduser --registry http://localhost:4873
  3. Finally, build all packages and publish them:

    cd <project root>
    yarn build
    yarn verdaccio
  4. You can also build and/or publish a particular package by running the same commands inside its directory:

    cd packages/ninetales
    yarn build
    yarn verdaccio

Installing from Verdaccio

You can install a package from Verdaccio in a project by specifying its registry URL on the command line. For example:

yarn add @ninetales/ninetales --registry http://localhost:4873

You can also configure Yarn to use the Verdaccio registry by default, instead of specifying it for each add/install command:

yarn config set registry http://localhost:4873

To revert back to the default registry, use yarn config delete registry.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].