Giter Site home page Giter Site logo

starter-kit-historical's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

starter-kit-historical's Issues

Re-usable components

Extracted some data from our previous projects and got a list of components that we usually make.

name count available
segment X
container X
hero
footer
button
header X
navigation X
app-layout X
icon
modal
heading
grid
contact
carousel
logo
contact-form
page-copy
input
form
search-results
search
loading
quote
dropdown
list
page-title
jwplayer
share-dialog
shows-list
sign-up
social-bar
stay-in-the-loop
video-card
video-carousel
video-items-featured
video-items-grid
video-items-list
video-layout
case-study
well
google-analytics
mix-panel
summary
about-us
content-layout
faq
features
first-steps
hero-show
graph
in-the-press
investors
knob
mobile-navigation
nope
signup-form
signup-overlay
sprite
the-card
article-excerpt
audio-carousel
audio-player
badges
blockquote
blurb
book-appointment
business-card
collapse
community-stories
community
company-carousel
content-blocks
context
counter-segment
counter
descriptive-list
filter
form-field
grid-overlay
home-hero
job-listings
legal
level-up
map-section
map
media
meet-the-team
outreach
page-header
page-not-found
paging
pharmacy-details
product-list
review
search-bar
google-tag-manager
search-segment
originals
service-list
sitemap
slides-navigation
slides
solution-list
solutions
tabs
text-reveal
tooltip
video-player
bit
cookies
chevron-link
color-palette
country-color-palette
desktop-only
in-the-spotlight
playlist
hero-search
illustration-generator
illustration
image-list
layouts
nav-bar
next-up
page-list
pages
photo-modal
separator
about
account-details
alert
article
cart
cart-button
close-button
content-block
favourite-button
feature-segment
hero-segment
notification
page-heading
page-hero
press-card
product
product-hero
product-image
region-map
search-autosuggest
search-button
search-filter-list
search-nav
section-heading
sign-in-form
sticky
tag
usp
video-overlay
background-block
campaign
centercard
contact-alt
description
devices
example
experience
fadein
famous-is-there
fonts
gallery
hamburger
hero-alt
industries
info
layout
lefty
podcast-item
maps
modal-container
offset-block
page
para
perks
phone
phone-video
play-button
privacy
podcast-player
scroll-group
scroll-jacker
secret-hero
stats
styles
subnav
svg-icon
time
tinytext
transition-segment
two-phones
video
cards
col-section
columns
customers
divider
features-items
figure
image-group
label
laptop
logo-card
offcanvas
platform-icon
platform-items
pricing-faqs
pricing-list
ribbon
showcase
slick
stats-number
story-box
story-heading
story-quote
story-widget
testimonial
text-hero
text
thoughts
tryforfree
up-next
do-dont

classnames & classnames-loader

We're currently using both pure classnames and classnames-loader in some of our projects. James and I discovered this just now and thought it was a mistake - className={s(s.myClass looks very much like a find-and-replace accident.

Can we agree on one approach and make it standard? In my opinion classnames-loader isn't obvious, and while it's a very simple package, it doesn't seem to be very heavily used or maintained. I'd definitely recommend sticking with classNames even though it requires an extra import line, because it's much more obvious and doesn't implicitly depend on webpack.

Single-quotes aren't properly escaped in __INITIAL_STATE__?

I've got some content with a ' character in it which isn't escaped in the window.__INITIAL_STATE__ = line. This might have to be window.__INITIAL_STATE__ = '${state.replace(/\\/g, '\\\\').replace(/'/g, "\\'")}'; or base64 en/decoded?

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.