Skip to content

Instantly share code, notes, and snippets.

View Braden-Preston's full-sized avatar
😀
Working on a SaaS project!

Braden Preston Braden-Preston

😀
Working on a SaaS project!
View GitHub Profile
@Braden-Preston
Braden-Preston / app.css
Last active November 14, 2023 04:45
Tailwind Web Component
z-counter::part(root) {
@apply font-bold flex flex-col gap-2 items-center text-gray-600;
}
z-counter::part(count) {
@apply text-4xl leading-none;
}
z-counter::part(title) {
@apply max-w-fit text-lg flex gap-4;
@Braden-Preston
Braden-Preston / user_queries.go
Last active October 24, 2023 04:19
User Queries SQLC
// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.22.0
// source: query.sql
package models
import (
"context"
"database/sql"
@Braden-Preston
Braden-Preston / form.go
Created October 24, 2023 03:15
Custom Go Type with Marshallers
package form
import (
"encoding/json"
"gopkg.in/guregu/null.v4/zero"
)
type OptionalText string

awesome-react

A curated list of the "best of the best" frameworks, components, and other libraries for building solid ReactJS apps

Contents

Frontend Frameworks

  • NextJS
  • ReasonReact *