Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PROPOSAL]: Building a web app with F# - Part 2 #43

Open
tw0po1nt opened this issue Oct 2, 2024 · 2 comments
Open

[PROPOSAL]: Building a web app with F# - Part 2 #43

tw0po1nt opened this issue Oct 2, 2024 · 2 comments

Comments

@tw0po1nt
Copy link

tw0po1nt commented Oct 2, 2024

Title: Building a web app with F# - Part 2

Description
In part one, we learned how to build a basic reminders app, completely in F#. In part two, we're going to take it even further by refactoring our code towards something more production-ready. We'll break our app into multiple sub-programs called "features", we'll add side-effects so that we can persist our reminders via an API, and we'll refactor our app to use Fable.Lit, a package that allows us to use string templates to embed HTML right into our F# code. It's a great alternative to the React DSL for rendering our views that affords us the conciseness and familiarity of HTML without losing any of the strong typing that F# gives us. Join us as we continue our exploration of how F# can make developing robust front-end applications a joy!

Requested Location
TBD

@tw0po1nt
Copy link
Author

tw0po1nt commented Oct 2, 2024

I don't want to commandeer the meetups, and I happen to know that there are a few other topics in the queue, so we don't have to schedule this immediately. This talk just happens to be a series, so I wanted to get this on the roadmap :)

@harmstyler
Copy link
Member

Hey, sorry about taking so long to get back to this. We're totally happy with you giving talks, so no worry there.

I just need a date and preferred venue before I make the event. Let me know if you have anything in mind.

@harmstyler harmstyler pinned this issue Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants