Explore all newline lessons
lesson
Add a PostgreSQL Database to React Query BuilderBuilding Advanced Admin Reporting in ReactConnecting to a database and finalizing the API
lesson
Push a React Query Builder API Server to Heroku With GitBuilding Advanced Admin Reporting in ReactBeginning the process of setting up a server to host the API
lesson
Create SQL Queries With React formatQuery and valueProcessorBuilding Advanced Admin Reporting in ReactPreparing for the server setup by processing the output of the query builder into database-ready SQL
lesson
How to Customize the React Query Builder ValueEditor ComponentBuilding Advanced Admin Reporting in ReactHow to provide your own value editor in order to take full control of the rule manager
lesson
How to Configure Built-in Input Types in React Query BuilderBuilding Advanced Admin Reporting in ReactUsing the various input types provided with React Query Builder, including numeric inputs and drop-down lists
lesson
Customize or Replace Default Component in React Query BuilderBuilding Advanced Admin Reporting in ReactChanging or removing certain components of the query builder
lesson
How to Build a Multilingual React Site with Query BuilderBuilding Advanced Admin Reporting in ReactAdding another bit of customization to the query builder -- a Spanish translation
lesson
Add Fields and Operators to React Query BuilderBuilding Advanced Admin Reporting in ReactEnhancing the query builder with fields from the sample sales data set
lesson
How to Create a React App With React Query Builder Using npmBuilding Advanced Admin Reporting in ReactSetting up the application and adding a query builder
lesson
Angular --prod Universal Versus PrerenderThe newline Guide to Angular UniversalThat was a bumpy ride, but definetely worth it. In this lesson we will summarize what you've learned so far and how ng --prod differentiate from Universal and Prerendered application.
lesson
How to Resolve Angular Prerendering IssuesThe newline Guide to Angular UniversalWhat is prerendering and how Angular Universal supports it? This lesson will answer that questio and show you what steps you need to take, to make your application prerenderable.
lesson
Prerendering in AngularThe newline Guide to Angular UniversalIn this module, you'll learn how to adjust the Angular application to be pre-renderable. Such prepared application can be deployed on static hosting like GitHub pages and still be SEO friendly! You will feed your application with data retrieved from MongoDB during the prerendering process.