Skip to content
#

Declarative programming

Declarative programming is a programming paradigm characterized by describing the target state (or even just the problem itself in some cases) as opposed to specifying the concrete steps needed to reach that target state. The specific steps usually then get generated automatically at Compile Time.

Here are 28 public repositories matching this topic...

I made this website using React code to create a dymanic Keeper for notes as a capstone project when I completed the Full Stack Web Development Bootcamp. It uses JSX, Props, Styling, Destructuring, ES6, Declarative Programming, hooks, speed operator, components, useState, Babel, import/export, map & filter, Virtual DOM, state, and container.

  • Updated Apr 29, 2020
  • JavaScript
Followers
7 followers

Related Topics

imperative-language imperative-programming