Luccasoli / core

⚛️ Deliver UI for Web and Mobile platforms without taking care about complexity on how to style there, learn React once and code everywhere

Home Page:https://skynexui.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SkynexUI

Use the platform, don't care about how to style there

⚠️ Version 1.x.x is alpha, trust only in v2

A set of components writen on top of React and React Native (with Expo) made for you deliver code for mobile devices and for the web using the best structures that the React ecossystem can provide with a seamless and standardized API.

You can see a preview version here and the initial code here and an app demo

E-Fcs6mWQAQCCK9

Get Started

If you just want to try it out, go directly to the examples folder: https://github.com/skynexui/core/tree/main/examples or check this project https://github.com/omariosouto/pokedex-skynexui

This repo exports 2 packages @skynexui/web and @skynexui/native

  • Always use @skynexui/native for imports
  • If you are writing a web project, please use babel-plugin-skynexui
// # babel.config.js
module.exports = {
  presets: ['next/babel'], // Eg: using NextJS
  plugins: [['babel-plugin-skynexui', { commonjs: true }]],
}

But why?

Recently I see that there's many people trying to use CrossPlatform alternatives for Mobile and Web (eg. Flutter Web) for web development, and based in it's current perfomance, a11y and support for breakpoints I truly believe that we already have nice structures and this repo starts with the idea to prove that we have tooling for delivery the great part of the apps that we have in today's development with high quality developer experience considering tools like NextJS for the web and Expo for mobile development.

Contributing?

The project is in alpha and there's no fancy structures for contributing, for now you just have to check the current issues pick one and to run the project in your machine you have to:

# inside project root
yarn install

yarn build

yarn link

Then go to the examples folder, choose the monorepo one and then:

yarn link @skynexui/native
yarn link @skynexui/web

I want to have and build watch command to make things better, probably could be your first issue solved here :)

Strongly Inspired by:

Supporters

Companies that trust in this project

About

⚛️ Deliver UI for Web and Mobile platforms without taking care about complexity on how to style there, learn React once and code everywhere

https://skynexui.dev

License:MIT License


Languages

Language:TypeScript 87.3%Language:JavaScript 12.7%