![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
babel-plugin-vasille
Advanced tools
![Vasille.js logo](https://gitlab.com/vasille-js/vasille-js/-/raw/v2/doc/img/logo.png)
Vasille Web
is a front-end framework, which is developed to provide the best developer experience
ever. Our goal is to keep is as simple as possible. Developing web applications using Vasille must be as fast as possible.
npm install vasille-web --save
Create an app from a template
$ npx create vasille
Alternative method to create a TypeScript app.
$ npx degit vasille-js/example-typescript my-project
Alternative method to create a JavaScript app.
$ npx degit vasille-js/example-javascript my-project
The safe of your application is ensured by
100%
coverage of code by unit tests.
Each function, each branch is working as designed.strong typing
makes your javascript/typescript code safe as C++ code.
All entities of vasille
core library are strongly typed, including:
There is the "Hello World":
import { compose, mount } from "vasille-dx";
const App = compose(() => {
<p>Hello world</p>;
});
mount(document.body, App, {});
All of these are supported:
Vasille Core
library to version 3.0.100%
Test Coverage for core Library v3.Vasille JSX
library.100%
Test Coverage for the JSX library.Vasille Babel Plugin
.100%
Test Coverage fot babel plugin.<input/>
components with 2-way value binding.If you have questions, feel free to contact the maintainer of the project:
Made in Moldova 🇲🇩
FAQs
Convert Vasille Meta Language code to pure JavaScript
The npm package babel-plugin-vasille receives a total of 1 weekly downloads. As such, babel-plugin-vasille popularity was classified as not popular.
We found that babel-plugin-vasille demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.