Giter Site home page Giter Site logo

from-cra-to-caa's Introduction

From create-react-app to create-any-app

Talk given at Byteconf React 2020.

Live Deck

Summary

Same company, lots of teams, different technologies, developers battling outdated dependencies and copying scripts and configuration files all over multiple projects? Does this sound familiar to you?

At Omio, we solved this problem by building a development framework that helps all teams bootstrap and maintaining their projects. It provides a CLI to wrap up all the application lifecycle actions: create, development, testing, release, etc. Allowing teams to worry only about shipping features instead of struggling with configurations.

I’m really excited about our solution and in this talk I’ll cover the process of developing this framework, explaining its architecture and main concepts, followed by a demo of a sample project showcasing some real use cases such as visual testing, Storybook for web, React Native, etc.

Setup

# install deps
> yarn

# start local development
> yarn start

# build for release
> yarn build

Deployment

Automatic deployment with Netlify <3

Feel free to use this repository as your example :)

from-cra-to-caa's People

Contributors

emasuriano avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.