Getting started with TiniJS framework

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  • Homepage: https://webpack.js.org/

  • bare-starter

    The bare starter.

  • To get started, you can download a starter template, or run npx @tinijs/cli@latest new my-app -l, or try the example apps on Stackblitz:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • tinijs

    The TiniJS Framework 🥚

  • Add webpack.config.cjs, please see example.

  • vite

    Next generation frontend tooling. It's fast!

  • Homepage: https://vitejs.dev/

  • parcel

    The zero configuration build tool for the web. 📦🚀

  • Homepage: https://parceljs.org/

  • tinyx

    Tiny state manager (by dmaevsky)

  • States can also be organized in some central places (aka. stores). You can use Tini Store (very simple, ~50 lines) or other state management solutions such as MobX, TinyX, ...

  • MobX

    Simple, scalable state management.

  • States can also be organized in some central places (aka. stores). You can use Tini Store (very simple, ~50 lines) or other state management solutions such as MobX, TinyX, ...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • On my way to generate CSS utils with SASS .

    4 projects | dev.to | 5 Nov 2021
  • Whatever It Takes

    1 project | dev.to | 24 Jun 2023
  • Vite vs Rollup vs Webpack vs ESbuild ,difference between frontend tool and a bundler

    1 project | /r/AskProgramming | 31 May 2023
  • Parcel v2.9.0

    1 project | news.ycombinator.com | 26 May 2023
  • React with Parcel

    1 project | /r/reactjs | 30 Apr 2023