Coder Social home page Coder Social logo

hnk's Introduction

HNK

The version 1 of the framework is accessible at https://js.fkn.app. It is an outdated version and was an experiment to try to remake Vue 2's API using the latest technologies like Template Literal Tags, Proxies, ect, to make it lighter and able to run without a pre-transpilation step(mandatory to remove the use of eval).

The v2 will be a version that focus on ease of use (the API will mostly look like react hooks) and performance, but in an modern and efficient way. That efficiency will come from the use of the maximum amount of native APIs to reduce the work the framework has to do. Of course, every set of feature we propose is completly optional, you can use each part as a standalone library if you don't want the full framework.

These APIs are :

The entire framework will be split between the main thread(UI thread) only used for DOM and CSSOM related work, and multiple workers, them be shared for multi-tab related code, or dedicated for each page logical code.

We will provide a set of ways to easily make PWAs, because we know it's hard make use of the cache API. This will mainly be accompanied by an optimised system to use GraphQL schemas in your components to reduce bandwith consumption.

Obviously, with every framework come its router component, it'll take ideas from both react's router and vue's router.

  • Templates

The templating part is a big part of the framework, everything is done at runtime, there's no pre-compilation step like in vue(eval remover) and react(mandatory for JSX). It makes use of template literal tags, for every languages used, html, css, sass, pug, graphql, ect...

hnk's People

Contributors

banou26 avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

jestes93

hnk's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.