1. @ts-engine/babel-preset-react
@ts-engine's React babel preset.
@ts-engine/babel-preset-react
Package: @ts-engine/babel-preset-react
Created by: ts-engine
Last modified: Thu, 07 Apr 2022 07:51:43 GMT
Version: 1.11.0
License: MIT
Downloads: 83
Repository: https://github.com/ts-engine/ts-engine

Install

npm install @ts-engine/babel-preset-react
yarn add @ts-engine/babel-preset-react

ts-engine logo

@ts-engine/babel-preset-react

A babel preset for ts-engine with React support.

Documentation

Checkout the official docs over at https://ts-engine.dev.

Getting Started

Install the package

 yarn add --dev @ts-engine/babel-preset @ts-engine/babel-preset-react

Create a babel config file

 // .babel.config.js
module.exports = {
  presets: ["@ts-engine/babel-preset-react", "@ts-engine/babel-preset"],
};

This is applied automatically so you don't need to create this config file when you use the --react option.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code