elora
javascript
elora | javascript | |
---|---|---|
4 | 140 | |
15 | 145,785 | |
- | 0.2% | |
0.0 | 5.8 | |
over 3 years ago | about 1 month ago | |
CSS | JavaScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
elora
-
Do you push your WIP branches up to your open source library you're building?
Hello, I'm working on a React/Tailwind component library. Right now I'm working on Textfields and have a separate branch for it here: https://github.com/BrettThurs10/elora
-
Elora - A React component library I'm building for Tailwind projects
I believe I've fixed this: https://github.com/BrettThurs10/elora/blob/main/src/Button/buttonStyle.tsx
javascript
- From Chaos to Clarity: Formatting React Code for a Clean and Readable Codebase
-
Just use this Next.js Eslint Configuration
AirBbB. I usually start here, but Vercel's config covered most of what I care about for both React and Node code styling.
-
GitHub Repositories Every Developer Should Know: An In-Depth Guide
Visit the repository to read the style rules.
- The CLEAN Framework: A 5-Step Blueprint for Writing Bug-Free, Maintainable JavaScript Code
-
18 GitHub Repos to Learn JavaScript
1 . Airbnb JavaScript Style Guide Airbnb, Inc. is an American vacation rental online marketplace company based in San Francisco, California, United States.
-
From React to TypeScript, Simplifying Migration with ts-migrate
Airbnb's TypeScript Style Guide Airbnb's style guide for TypeScript provides best practices and guidelines for writing consistent and maintainable TypeScript code.
- Why does JavaScript need a style guide? (2013)
-
Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects
You may be torn between those famous code styles, struggling to choose one between Airbnb JavaScript Style, Google JavaScript Style Guide, JavaScript Standard Style, or XO, among others.
-
Decoding JavaScript Variables: A Comprehensive Overview
// Follow Established Style Guides // Adhere to established style guides such as Airbnb JavaScript Style Guide or Google JavaScript Style Guide to maintain consistency across your codebase. // These style guides provide comprehensive rules and recommendations for variable naming, declaration, and usage. // Example: Airbnb JavaScript Style Guide // https://github.com/airbnb/javascript /** * Represents a person with a given name and age. * @typedef {Object} Person * @property {string} name - The name of the person. * @property {number} age - The age of the person. */ /** * Create a new person. * @param {string} name - The name of the person. * @param {number} age - The age of the person. * @returns {Person} - The newly created person object. */ function createPerson(name, age) { return { name, age }; } const person1 = createPerson("John", 30); const person2 = createPerson("Jane", 25); console.log(person1); console.log(person2);
-
10 GitHub Repos for Mastering JavaScript
Repository: airbnb/javascript
What are some alternatives?
dejavu - A Web UI for Elasticsearch and OpenSearch: Import, browse and edit data with rich filters and query views, create reference search UIs.
eslint-config-xo - ESLint shareable config for XO
windows11 - Windows 11 in React π»πβ‘ [Moved to: https://github.com/blueedgetechno/win11React]
daisyui - πΌ πΌ πΌ πΌ πΌ βThe most popular, free and open-source Tailwind CSS component library
Standard - π JavaScript Style Guide, with linter & automatic code fixer
eslint-config-google - ESLint shareable config for the Google JavaScript style guide
linearapp_clone - A Linear App clone with React and Tailwind CSS
33-js-concepts - π 33 JavaScript concepts every developer should know.
headlessui - Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
You-Dont-Know-JS - A book series on JavaScript. @YDKJS on twitter.
React-Landing-Page-Template - A simple react one page landing page templates for startups/companies
nodebestpractices - :white_check_mark: The Node.js best practices list (July 2024)