<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/thisdot/best-of/2022/10" -->

---
title: Best This Dot posts — October 2022 | daily.dev
description: The most upvoted This Dot posts from October 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/thisdot/best-of/2022/10
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/thisdot/best-of/2022/10
og:type: website
og:site_name: daily.dev
og:title: Best This Dot posts — October 2022 | daily.dev
og:description: The most upvoted This Dot posts from October 2022, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of This Dot — October 2022

1. 1  
[](https://daily.dev/posts/building-your-first-app-using-fresh-framework-syhkua3xg "Building Your First App Using Fresh Framework")  
Article  
![Avatar of thisdot](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/6e22565142ee45b386c8bc12bdb3d117)This Dot · 4y  
Building Your First App Using Fresh Framework  
Fresh uses Preact, a fast React alternative with the same API, instead of React. The app will be a currency converter that will let you input an amount, the currency. It needs to perform the following actions server-side: Parse the amount, from, and to query parameters - Use those parameters to execute a request toward the CurrencyScoop API - Show the result from the API to the user interface.  
15
2. 2  
[](https://daily.dev/posts/a-look-at-bun-sh-the-modern-javascript-runtime-7xnypz4xs "A Look At Bun.sh: the Modern JavaScript Runtime")  
Article  
![Avatar of thisdot](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/6e22565142ee45b386c8bc12bdb3d117)This Dot · 4y  
A Look At Bun.sh: the Modern JavaScript Runtime  
Bun is an all-in-one tool (runtime, bundler, package manager, transpiler) Bun is developed from scratch using the zig programming language. It uses JavaScriptCore Engine (Same with Safari browser), which is what is your opinion on bun or some exciting projects you might build or migrate with bun.  
14
3. 3  
[](https://daily.dev/posts/storybook-can-your-next-project-benefit-from-it--pco-ldxrq "Storybook: Can Your Next Project Benefit from It?")  
Article  
![Avatar of thisdot](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/6e22565142ee45b386c8bc12bdb3d117)This Dot · 4y  
Storybook: Can Your Next Project Benefit from It?  
Storybook is a tool for developing UIs that allows you to work on one component at a time. It can take up a lot of time to maintain and properly set up. It takes team commitment to keep it updated and ensure everything still works. There are plugins that can be added to make certain feature work.  
11  
1

[See all This Dot archives](/sources/thisdot/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/thisdot/best-of/2022/10#page","url":"https://daily.dev/sources/thisdot/best-of/2022/10","name":"Best This Dot Posts — October 2022","description":"The most upvoted This Dot posts from October 2022, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/thisdot/best-of/2022/10#items","numberOfItems":3,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/building-your-first-app-using-fresh-framework-syhkua3xg","name":"Building Your First App Using Fresh Framework"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/a-look-at-bun-sh-the-modern-javascript-runtime-7xnypz4xs","name":"A Look At Bun.sh: the Modern JavaScript Runtime"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/storybook-can-your-next-project-benefit-from-it--pco-ldxrq","name":"Storybook: Can Your Next Project Benefit from It?"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"This Dot","item":"https://daily.dev/sources/thisdot"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/thisdot/best-of"},{"@type":"ListItem","position":5,"name":"October 2022"}]}]}
```

