Web App Frontends and Backends in Pure Python
Welcome
0:00
Demo
0:00
Getting Started with Full Stack Python
0:00
Dynamic Content and on_click Events
0:00
HTML Inputs for Dynamic Content Changes
0:00
Building a Custom Reflex Component
0:00
Using the Navbar Recipe
0:00
Better Code Management
0:00
Idenitfying Rendered Components in the Browser
0:00
Full Width Navbar and Content
0:00
Pages and URL Routes
0:00
Using Link-based Navigation
0:00
Click Events and Reflex Redirect
0:00
URL Route Path Constants
0:00
Navigation State
0:00
Contact Form
0:00
Making the Form Responsive
0:00
Conditional Rendering in Reflex
0:00
Refresh State with Python Asyncio Timeouts
0:00
Counting with Asycnio and Reflex
0:00
Your First Database Model
0:00
Storing Data with Model and Forms
0:00
Model Field Changes and Migrations
0:00
Adding a DateTime Field
0:00
Decouple the Contact Page State & Model
0:00
Listing Stored Database Entries
0:00
New Data Model
0:00
State for Listing Blog Post Data
0:00
List View Route for Blog Posts
0:00
Form, State, and Page for New Blog Posts
0:00
Dyanmic URL Routing for Detail Pages
0:00
Editing Pre-Filled Form Input Basics
0:00
Edit and Save Database Data
0:00
Edit Link & Detail Page Updates
0:00
Blog Post Redirect and Urls
0:00
Publish Date Toggle
0:00
Publish Date Field
0:00
Narrow Results with Database Queries
0:00
Users with Reflex Local Auth
0:00
Customize Login and Register Pages
0:00
Extending the Reflex Local Auth User Model
0:00
Customize User Registration for Related Model
0:00
User SessionState Object
0:00
Fixing Registration Bug with Extended Model Data
0:00
Connect User to Blog Posts through Foreign Keys
0:00
Sidebar Toggle Button and Color Mode Condition
0:00
User Dashboard & Logout User
0:00
Display Logged in User Info
0:00
Multiple Ways to Associate Users to Data Models
0:00
Rendering Related Data
0:00
Foreign Key Relationships & The Models Module
0:00
Saving UserInfo ID to Related Models
0:00
Loading Related data with sqlalchemy joinloaded
0:00
Manging My Blog Posts
0:00
Require Login Decorator
0:00
Public Articles Display
0:00
Limited Data Results on Dashboard and Landing Page
0:00
Theme and Color
0:00
Thank you
0:00