June 2025
Intermediate to advanced
837 pages
24h 50m
English
You can only transmit a few data records via variables in the URL, and especially for forms this isn’t a practicable solution. As a rule, data is also sent using HTTP POST. You can benefit from this fact when extending your application. In the next step, you’ll implement a way to create new records and edit existing ones. You start this customization again in the frontend of your application by adding a link to the list display, which allows your users to create new records. Furthermore, you should add a link in the table for each entry to edit the records. Listing 6.24 contains the source code of the view.
export function render(movies) { return `<!DOCTYPE html><html lang="en"><head> <meta ...
Read now
Unlock full access