Coder Social home page Coder Social logo

thedemodev / teambit-evangelist Goto Github PK

View Code? Open in Web Editor NEW

This project forked from teambit/evangelist

0.0 0.0 0.0 3.85 MB

React components used to build the bit.dev marketing website.

Home Page: https://bit.dev/bit/evangelist

License: Other

HTML 0.98% CSS 0.22% TypeScript 80.25% SCSS 18.56%

teambit-evangelist's Introduction

bit components apache prs

Marketing components of bit.dev

The reusable set of React components used to build the bit.dev marketing website. This repository is a component-based micro-frontend that exposes components.

screenshot

Component collection - choose and use

All components in this frontend codebase were contained and exposed using Bit as a set of independently-usable components. See the Evangelist collection on bit.dev to explore and integrate any component into your project.

  • Install independent components with npm/yarn.
  • Use bit import to source and edit components locally for quick editing and integration.
  • Try any component hands-on in a live playground.

scope

This is a component-based micro-frontend

Wait.. what?

The entire bit.dev platform and website isn't built as one monolithic application. Instead, it's built from components maintained in different codebases which are separately developed, then exposed and integrated together using Bit.

Show me an example!

Take a look at the bit.dev homepage.

You will notice that it's built from components that live in different front-end codebases:

We use Bit to contain and expose components from any codebase as a set of APIs in bit.dev that can be integrated into different pages and applications. For example:

Key components

Pages

full pages with margins, backgrounds. Because of its size, Page components should not contain granular content and only set the layout for individual sections.

Sections

Individual areas containing most of the content, and can be reused between pages. Sections may occupy different spaces in different pages, so they should avoid sizing and backgrounds

Content

Raw data objects for visual components (like MVC's model). A single ui component can use many Content components at different places, and Content may be presented differently in different ui components.

Atom / 'concrete'

Components that are specific to this homepage. As atomic ui components, they are still abstract and should not contain texts and content. ย 

Setup

  1. Clone the repository
  2. Install bit
  3. Run yarn install or npm install to install all packages.
  4. Run bit import to sync components.
  5. Start hacking!

teambit-evangelist's People

Contributors

kutneruri avatar odedre avatar ranm8 avatar joshk2 avatar jonisar avatar giladshoham 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.