tailwindcss-typography
serverless-graphql
| tailwindcss-typography | serverless-graphql | |
|---|---|---|
| 53 | 222 | |
| 6,104 | 2,721 | |
| 2.1% | - | |
| 7.0 | 0.0 | |
| about 1 month ago | about 1 year ago | |
| JavaScript | JavaScript | |
| MIT License | 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.
tailwindcss-typography
- Build A Full-Stack Application With AnalogJS
At this point the markdown may be rendered, but styles will not be applied. To fix that, you need to import prismjs styles. If you’re using Tailwind, you’ll also want to add tailwindcss-typography for that extra polish (and apply the prose css class where you rendered the blogs). Depending on your Tailwind version (mine’s 4+), you’ll need to edit your style.css.
- TailwindCSS v4.0: Upgrading from v3 with some plugins
Recently, while building a personal blog started with Tailwind CSS v3.4, I was faced with the need to upgrade to the latest version of the utility-first library. Though this migration guide was helpful, I couldn't find resources to include plugins such as @tailwindcss/typography (needed for the prose-related rules) and @tailwindcss/forms (needed for form elements). Hence this article. It will be a short ride.
- Should I use Tailwind? 5 things to consider - real experience [2024]
prose class from the official Typography plugin made our flagship article a well-formatted piece of content instantly.
- Implementing the "Cloudflare worker stack"
Tailwind's Typography plugin.
- Creating a static Next.js 14 Markdown Blog - An Adventure
To enable viewing MDX files in our app, lets install MDX. We should also install our other helper which is tailwindcss/typography as a dev dependency. This'll be useful later for auto styling the blog post.
- I built an Markdown editor using Next.js and TailwindCss 🔥
3. Setup react-markdown and @tailwindcss/typography
- Ask HN: Examples of clean design in personal blogs / digital portfolios?
The typography plugin which comes out of tailwind gives a clean readable experience in my opinion. https://tailwindcss.com/docs/typography-plugin
- The 7 best plugins to use in your Tailwind project
This is the text before the plugin: This is the text after applying the plugin: You can play with the demo here, and check out more ways to use it in the Typography documentation.
- Strategy to generate the Tokens Studio(Figma) JSON file converter for Tailwind CSS and Emotion
2. Use typography plugin
- Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
We've been using https://tailwindcss.com/docs/typography-plugin with Tiptap and it's worked great so far.
serverless-graphql
- Vercel/fun: ƒun – Local serverless function λ development runtime
- Conector Kafka Lambda Sink com Localstack
- The main steps I follow when kicking off Node.js projects
Serverless is fantastic and probably the only solution for handling serverless architecture. It’s incredible for prototyping or small APIs. Still, I prefer to use it along with monolith or MS architectures as additional services or to handle narrow application parts where serverless is suitable.
- Trending in Web Development in 2024
Serverless Framework: Guide to Serverless
- Test Observability for AWS Lambda with Grafana Tempo and OpenTelemetry Layers
Using the Serverless Framework, I’ll guide you through implementing a Lambda function that sends a request to the PokeAPI to grab Pokemon data by id, to then store it in a DynamoDB table.
- The Demise of the Mildly Dynamic Website
- How to Deploy Dart Functions to AWS Lambda
In this article, we will use Serverless Framework and Docker Desktop to deploy Dart functions to AWS Lambda. If you haven't installed them yet, please complete the installation using the following commands or links.
- Testing AWS Lambda Functions (Serverless Framework) with OpenTelemetry and Tracetest
Since then, the ecosystem has changed. Using the Serverless Framework makes deployment simpler. We released the managed Tracetest App making any serverless-based systems simpler to instrument and test. You can now test public-facing apps with no infra overhead!
- The 2024 Web Hosting Report
We see some great results from using these in conjunction with frameworks such as SST or Serverless, and also some real spaghetti from people who organically proliferate 100’s of functions over time and lose track of how they relate to each other or how to update them safely across time and service. Buyer beware!
- Deploy app to AWS by using Serverless Framework
When we think about AWS serverless service, the first thing that comes to our mind is Lambda function. Yes, the quickest way to deploy this backend Express JS app to AWS is to deploy it as a Lambda function. The easiest way is using Serverless Framework.
What are some alternatives?
tailwindcss-forms - A plugin that provides a basic reset for form styles that makes form elements easy to override with utilities.
dynamodb-onetable - DynamoDB access and management for one table designs with NodeJS
react - Cheatsheets for experienced React developers getting started with TypeScript
copilot-cli - The AWS Copilot CLI is a tool for developers to build, release and operate production ready containerized applications on AWS App Runner or Amazon ECS on AWS Fargate.
PrismJS - Lightweight, robust, elegant syntax highlighting.
Serverless-Boilerplate-Express-TypeScript - 🚀🎉📚 Boilerplate and Starter for Serverless framework, ExpressJS, TypeScript, Prisma and MongoDB ⚡️ Made with developer experience first: Serverless framework + Live reload + Offline support + ExpressJS + TypeScript + ESLint + Prettier + Husky + Commitlint + Lint-Staged + Jest + Dotenv + esbuild + VSCode