Giter VIP home page Giter VIP logo

CodingNinja 's Projects

reactide icon reactide

Reactide is the first dedicated IDE for React web application development.

reactinterface2 icon reactinterface2

Repository for the second version of my React Interface course on LinkedIn Learning and Lynda.com

reactjs-adminlte icon reactjs-adminlte

ReactJS version of the original AdminLTE dashboard - https://github.com/almasaeed2010/AdminLTE

reapop icon reapop

:postbox: A React & Redux notifications system

redux icon redux

Predictable state container for JavaScript apps

redux-auth-wrapper icon redux-auth-wrapper

A React Higher Order Component (HOC) for handling Authentication and Authorization with Routing and Redux

redux-data-table icon redux-data-table

Simple React + Redux + ImmutableJS data table with item filtering, sorting, pagination and removal.

redux_book_list icon redux_book_list

To get started you will need to use create-react-app to quickly scaffold a project. You should migrate your components into a components folder in the src directory and the styles into a styles folder in the src directory. Link up all pages to make sure they working and test using npm run start in the console, use Ctrl+c to exit. You will need use npm install --save redux and npm install --save react-redux in the terminal to save Redux to your project dependencies and make it available for import. In your index.js file in your src directory, you will need to copy and paste the contents of the index.js file from the starter files. You will need to create a data folder and create a books.js file inside of the data folder. Copy and paste the contents from the starter file books.js into your file. You will need to create containers, actions, and reducers folders as well. You will need to add the corresponding files from the starter files to the folders in your application (for example actions/index.js in the starter files will need to be copied or moved into src/actions/index.js in your project). You should have the following separate components: Components: App.js Containers: BookList.js Containers: BookDetail.js Your app should mimic the functionality of the example provided at the end of this document. You will need to create the action of selecting a book, determine its payload and make sure that it is exported properly to your reducers. In your reducer file (reducers/index.js) you will need to make sure that your reducers are working properly. In the BookList container component, you will need to make sure there is a proper map function in place to sort through the data from your reducer. (Hint: mapStateToProps will put the state of your books somewhere easy for you to retrieve it...) All files should be linked and you should not receive any errors in your console. You will need to style your application (don't forget Bootstrap!).

rest-java icon rest-java

Building rest services in Java with Spring and Jersey

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.