All Projects β†’ treycordova β†’ nativejsx-loader

treycordova / nativejsx-loader

Licence: MIT license
Webpack loader for nativejsx. πŸ’›

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nativejsx-loader

Ocskeleton
[OCSkeleton] - Make your loading view a little difference.
Stars: ✭ 184 (+1126.67%)
Mutual labels:  loader
React Native Skeleton Content
A customizable skeleton-like loading placeholder for react native projects using expo.
Stars: ✭ 221 (+1373.33%)
Mutual labels:  loader
Processloadingview
ProcessLoadingView is a step indicator loading animation built using CABasicAnimation
Stars: ✭ 251 (+1573.33%)
Mutual labels:  loader
React Redux Webpack Starter
Learning react
Stars: ✭ 189 (+1160%)
Mutual labels:  loader
Style Resources Loader
CSS processor resources loader for webpack
Stars: ✭ 214 (+1326.67%)
Mutual labels:  loader
Is Loading
Simple library to show visual feedback when loading data or any action that would take time
Stars: ✭ 232 (+1446.67%)
Mutual labels:  loader
Purs Loader
PureScript loader for webpack
Stars: ✭ 182 (+1113.33%)
Mutual labels:  loader
Text Spinners
Pure text, CSS only, font independent, inline loading indicators
Stars: ✭ 2,728 (+18086.67%)
Mutual labels:  loader
React Loading Overlay
Loading overlays with fade, spinner, message support.
Stars: ✭ 218 (+1353.33%)
Mutual labels:  loader
React Native Pulse Loader
tinder-like loader for your react native app
Stars: ✭ 250 (+1566.67%)
Mutual labels:  loader
Pywavefront
Python library for importing Wavefront .obj files
Stars: ✭ 189 (+1160%)
Mutual labels:  loader
Awesome Typescript Loader
Awesome TypeScript loader for webpack
Stars: ✭ 2,357 (+15613.33%)
Mutual labels:  loader
Vue Element Loading
⏳ Loading inside a container or full screen for Vue.js
Stars: ✭ 234 (+1460%)
Mutual labels:  loader
Webpack2 Lessons
πŸ“–γ€Šwebpack2 εŒ…ζ•™δΈεŒ…δΌšγ€‹
Stars: ✭ 187 (+1146.67%)
Mutual labels:  loader
Runpe In Memory
Run a Exe File (PE Module) in memory (like an Application Loader)
Stars: ✭ 249 (+1560%)
Mutual labels:  loader
Tinyobjloader
Tiny but powerful single file wavefront obj loader
Stars: ✭ 2,363 (+15653.33%)
Mutual labels:  loader
Vue I18n Loader
🌐 vue-i18n loader for custom blocks
Stars: ✭ 229 (+1426.67%)
Mutual labels:  loader
Preservely
Lightweight Android lib preserving objects instances during orientation changes
Stars: ✭ 22 (+46.67%)
Mutual labels:  loader
Spinners React
Lightweight SVG/CSS spinners for React
Stars: ✭ 254 (+1593.33%)
Mutual labels:  loader
Rhplaceholder
Show pleasant loading view for your users 😍
Stars: ✭ 238 (+1486.67%)
Mutual labels:  loader

nativejsx-loader Build Status Version Status

Webpack loader for nativejsx.

So you're using Webpack. Of course you are – have a loader.

Example

let config = {
  // ...
  module: {
    preLoaders: [
      {
        test: /\.jsx$/,
        loader: 'nativejsx-loader',
        excludes: /node_modules/,
        query: {
          variablePrefix: '_',
          declarationType: 'let'
        }
      }
    ]
  }
};

Juicy Note :godmode:

With Webpack modules, we're able to include nativejsx dependencies for you.

(That means don't worry about appendChildren.js, setAttributes.js, or setStyles.js.)

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].